|
|||||||||
| Home >> All >> org >> quartz >> [ spi overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.quartz.spi
| Interface Summary | |
| ClassLoadHelper | An interface for classes wishing to provide the service of loading classes within the scheduler... |
| JobStore |
The interface to be implemented by classes that want to provide a org.quartz.Job
and org.quartz.Trigger storage mechanism for the
org.quartz.core.QuartzScheduler's use. |
| 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. |
| ThreadPool |
The interface to be implemented by classes that want to provide a thread
pool for the org.quartz.core.QuartzScheduler's use. |
| TimeBroker |
The interface to be implemented by classes that want to provide a mechanism
by which the org.quartz.core.QuartzScheduler can
reliably determine the current time. |
| Class Summary | |
| TriggerFiredBundle |
A simple class (structure) used for returning execution-time data from the
JobStore to the QuartzSchedulerThread. |
|
|||||||||
| Home >> All >> org >> quartz >> [ spi overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||