Uses of Package
org.quartz.spi

Packages that use org.quartz.spi
org.quartz   
org.quartz.core   
org.quartz.impl   
org.quartz.impl.jdbcjobstore   
org.quartz.plugins.history   
org.quartz.plugins.management   
org.quartz.plugins.xml   
org.quartz.simpl   
org.quartz.spi   
 

Classes in org.quartz.spi used by org.quartz
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
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.
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
JobStore
           The interface to be implemented by classes that want to provide a Job and Trigger storage mechanism for the QuartzScheduler's use.
ThreadPool
           The interface to be implemented by classes that want to provide a thread pool for the QuartzScheduler's use.
 

Classes in org.quartz.spi used by org.quartz.impl.jdbcjobstore
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.
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.
 

Classes in org.quartz.spi used by org.quartz.plugins.history
SchedulerPlugin
           Provides an interface for a class to become a "plugin" to Quartz.
 

Classes in org.quartz.spi used by org.quartz.plugins.management
SchedulerPlugin
           Provides an interface for a class to become a "plugin" to Quartz.
 

Classes in org.quartz.spi used by org.quartz.plugins.xml
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 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.
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.
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.spi
ClassLoadHelper
          An interface for classes wishing to provide the service of loading classes within the scheduler...
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.
 


Quartz Project Page