org.quartz.simpl
Class SimpleInstanceIdGenerator
java.lang.Object
org.quartz.simpl.SimpleInstanceIdGenerator
- All Implemented Interfaces:
- org.quartz.spi.InstanceIdGenerator
public class SimpleInstanceIdGenerator
- extends Object
- implements org.quartz.spi.InstanceIdGenerator
The default InstanceIdGenerator used by Quartz when instance id is to be
automatically generated. Instance id is of the form HOSTNAME + CURRENT_TIME.
- See Also:
InstanceIdGenerator
,
HostnameInstanceIdGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleInstanceIdGenerator
public SimpleInstanceIdGenerator()
generateInstanceId
public String generateInstanceId()
throws SchedulerException
- Specified by:
generateInstanceId
in interface org.quartz.spi.InstanceIdGenerator
- Throws:
SchedulerException
Copyright 2001-2013, Terracotta, Inc.