org.quartz.simpl
Class SimpleInstanceIdGenerator
java.lang.Object
  
org.quartz.simpl.SimpleInstanceIdGenerator
- All Implemented Interfaces: 
 - InstanceIdGenerator
 
public class SimpleInstanceIdGenerator
- extends Object
- implements 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
- Description copied from interface: 
InstanceIdGenerator 
- Generate the instance id for a 
Scheduler
- Specified by:
 generateInstanceId in interface InstanceIdGenerator
 
- Returns:
 - The clusterwide unique instance id.
 - Throws:
 SchedulerException
 
 
Copyright 2001-2019, Terracotta, Inc.