Package | Description |
---|---|
org.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
HostnameInstanceIdGenerator
InstanceIdGenerator that names the scheduler instance using
just the machine hostname. |
class |
SimpleInstanceIdGenerator
The default InstanceIdGenerator used by Quartz when instance id is to be
automatically generated.
|