org.quartz.simpl
Class SimpleInstanceIdGenerator

java.lang.Object
  extended by org.quartz.simpl.SimpleInstanceIdGenerator
All Implemented Interfaces:
InstanceIdGenerator

public class SimpleInstanceIdGenerator
extends java.lang.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

Constructor Summary
SimpleInstanceIdGenerator()
           
 
Method Summary
 java.lang.String generateInstanceId()
          Generate the instance id for a Scheduler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleInstanceIdGenerator

public SimpleInstanceIdGenerator()
Method Detail

generateInstanceId

public java.lang.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.