Uses of Package
org.quartz.spi

Packages that use org.quartz.spi
org.quartz The main package of Quartz, containing the client-side interfaces. 
org.quartz.core Contains the core classes and interfaces for the Quartz job scheduler. 
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.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   
 

Classes in org.quartz.spi used by org.quartz
JobFactory
           A JobFactory is responsible for producing instances of Job classes.
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
JobFactory
           A JobFactory is responsible for producing instances of Job classes.
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.
ThreadExecutor
          Allows different strategies for scheduling threads.
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
JobFactory
           A JobFactory is responsible for producing instances of Job classes.
JobStore
           The interface to be implemented by classes that want to provide a Job and Trigger storage mechanism for the QuartzScheduler's use.
ThreadExecutor
          Allows different strategies for scheduling threads.
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 and resources 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.
ThreadExecutor
          Allows different strategies for scheduling threads.
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
SchedulerPlugin
           Provides an interface for a class to become a "plugin" to Quartz.
 

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
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 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
          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.
 

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...
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.xml
ClassLoadHelper
          An interface for classes wishing to provide the service of loading classes and resources within the scheduler...
 



Copyright 2001-2019, Terracotta, Inc.