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 Job and Trigger storage mechanism for the 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 QuartzScheduler's use.
TimeBroker The interface to be implemented by classes that want to provide a mechanism by which the 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.
 


Quartz Project Page