|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.quartz.spi | |
---|---|
org.quartz | The main package of Quartz, containing the client-side interfaces. |
org.quartz.commonj | |
org.quartz.core | Contains the core classes and interfaces for the Quartz job scheduler. |
org.quartz.core.jmx | |
org.quartz.ee.jta | |
org.quartz.impl | Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. |
org.quartz.impl.jdbcjobstore | |
org.quartz.impl.jdbcjobstore.oracle | |
org.quartz.impl.triggers | This package contains Trigger implementations that ship with Quartz. |
org.quartz.plugins | |
org.quartz.plugins.history | |
org.quartz.plugins.management | |
org.quartz.plugins.xml | |
org.quartz.simpl | Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler. |
org.quartz.spi | Contains Service Provider Interfaces that can be implemented by those wishing to create and use custom versions of Quartz back-end/behind-the-scenes services. |
org.quartz.xml | |
org.terracotta.quartz | |
org.terracotta.quartz.wrappers |
Classes in org.quartz.spi used by org.quartz | |
---|---|
JobFactory
A JobFactory is responsible for producing instances of Job
classes. |
|
MutableTrigger
|
|
OperableTrigger
|
Classes in org.quartz.spi used by org.quartz.commonj | |
---|---|
ThreadExecutor
Allows different strategies for scheduling threads. |
Classes in org.quartz.spi used by org.quartz.core | |
---|---|
JobFactory
A JobFactory is responsible for producing instances of Job
classes. |
|
JobStore
The interface to be implemented by classes that want to provide a
and storage mechanism for the
's use. |
|
OperableTrigger
|
|
SchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz. |
|
SchedulerSignaler
An interface to be used by JobStore instances in order to
communicate signals back to the QuartzScheduler . |
|
ThreadExecutor
Allows different strategies for scheduling threads. |
|
ThreadPool
The interface to be implemented by classes that want to provide a thread pool for the 's use. |
|
TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread . |
Classes in org.quartz.spi used by org.quartz.core.jmx | |
---|---|
MutableTrigger
|
|
OperableTrigger
|
Classes in org.quartz.spi used by org.quartz.ee.jta | |
---|---|
TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread . |
Classes in org.quartz.spi used by org.quartz.impl | |
---|---|
JobFactory
A JobFactory is responsible for producing instances of Job
classes. |
|
JobStore
The interface to be implemented by classes that want to provide a
and storage mechanism for the
's use. |
|
SchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz. |
|
ThreadExecutor
Allows different strategies for scheduling threads. |
|
ThreadPool
The interface to be implemented by classes that want to provide a thread pool for the 's use. |
|
TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread . |
Classes in org.quartz.spi used by org.quartz.impl.jdbcjobstore | |
---|---|
ClassLoadHelper
An interface for classes wishing to provide the service of loading classes and resources within the scheduler... |
|
JobStore
The interface to be implemented by classes that want to provide a
and storage mechanism for the
's use. |
|
OperableTrigger
|
|
SchedulerSignaler
An interface to be used by JobStore instances in order to
communicate signals back to the QuartzScheduler . |
|
ThreadExecutor
Allows different strategies for scheduling threads. |
|
TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread . |
|
TriggerFiredResult
|
Classes in org.quartz.spi used by org.quartz.impl.jdbcjobstore.oracle | |
---|---|
OperableTrigger
|
Classes in org.quartz.spi used by org.quartz.impl.triggers | |
---|---|
MutableTrigger
|
|
OperableTrigger
|
Classes in org.quartz.spi used by org.quartz.plugins | |
---|---|
SchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz. |
Classes in org.quartz.spi used by org.quartz.plugins.history | |
---|---|
ClassLoadHelper
An interface for classes wishing to provide the service of loading classes and resources within the scheduler... |
|
SchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz. |
Classes in org.quartz.spi used by org.quartz.plugins.management | |
---|---|
ClassLoadHelper
An interface for classes wishing to provide the service of loading classes and resources within the scheduler... |
|
SchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz. |
Classes in org.quartz.spi used by org.quartz.plugins.xml | |
---|---|
ClassLoadHelper
An interface for classes wishing to provide the service of loading classes and resources within the scheduler... |
|
SchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz. |
Classes in org.quartz.spi used by org.quartz.simpl | |
---|---|
ClassLoadHelper
An interface for classes wishing to provide the service of loading classes and resources within the scheduler... |
|
InstanceIdGenerator
An InstanceIdGenerator is responsible for generating the clusterwide unique instance id for a Scheduler node. |
|
JobFactory
A JobFactory is responsible for producing instances of Job
classes. |
|
JobStore
The interface to be implemented by classes that want to provide a
and storage mechanism for the
's use. |
|
OperableTrigger
|
|
SchedulerSignaler
An interface to be used by JobStore instances in order to
communicate signals back to the QuartzScheduler . |
|
ThreadPool
The interface to be implemented by classes that want to provide a thread pool for the 's use. |
|
TimeBroker
Deprecated. TimeBroker is not currently used in the Quartz code base. |
|
TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread . |
|
TriggerFiredResult
|
Classes in org.quartz.spi used by org.quartz.spi | |
---|---|
ClassLoadHelper
An interface for classes wishing to provide the service of loading classes and resources within the scheduler... |
|
MutableTrigger
|
|
OperableTrigger
|
|
SchedulerSignaler
An interface to be used by JobStore instances in order to
communicate signals back to the QuartzScheduler . |
|
TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread . |
|
TriggerFiredResult
|
Classes in org.quartz.spi used by org.quartz.xml | |
---|---|
ClassLoadHelper
An interface for classes wishing to provide the service of loading classes and resources within the scheduler... |
|
MutableTrigger
|
Classes in org.quartz.spi used by org.terracotta.quartz | |
---|---|
ClassLoadHelper
An interface for classes wishing to provide the service of loading classes and resources within the scheduler... |
|
JobStore
The interface to be implemented by classes that want to provide a
and storage mechanism for the
's use. |
|
OperableTrigger
|
|
SchedulerSignaler
An interface to be used by JobStore instances in order to
communicate signals back to the QuartzScheduler . |
|
TriggerFiredResult
|
Classes in org.quartz.spi used by org.terracotta.quartz.wrappers | |
---|---|
OperableTrigger
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |