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.
|
class |
SystemPropertyInstanceIdGenerator
InstanceIdGenerator that will use a
system property
to configure the scheduler. |
Copyright 2001-2019, Terracotta, Inc.