Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.quartz.spi Classes and Interfaces - 13 results found.
| Name | Description | Type | Package | Framework |
| ClassLoadHelper | An interface for classes wishing to provide the service of loading classes and resources within the scheduler. | Interface | org.quartz.spi | Quartz |
|
| InstanceIdGenerator | An InstanceIdGenerator is responsible for generating the clusterwide unique instance id for a Scheduler node. | Interface | org.quartz.spi | Quartz |
|
| JobFactory | A JobFactory is responsible for producing instances of Job This interface may be of use to those wishing to have their application | Interface | org.quartz.spi | Quartz |
|
| JobStore | The interface to be implemented by classes that want to provide a Job and Trigger storage mechanism for the | Interface | org.quartz.spi | Quartz |
|
| MutableTrigger | Nested Class SummaryNested classes/interfaces inherited from interface org. | Interface | org.quartz.spi | Quartz |
|
| OperableTrigger | Nested Class SummaryNested classes/interfaces inherited from interface org. | Interface | org.quartz.spi | Quartz |
|
| SchedulerPlugin | Provides an interface for a class to become a "plugin" to Quartz. | Interface | org.quartz.spi | Quartz |
|
| SchedulerSignaler | An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler. | Interface | org.quartz.spi | Quartz |
|
| ThreadExecutor | Allows different strategies for scheduling threads. | Interface | org.quartz.spi | Quartz |
|
| ThreadPool | The interface to be implemented by classes that want to provide a thread pool for the QuartzScheduler's use. | Interface | org.quartz.spi | Quartz |
|
| TimeBroker | NOTE: TimeBroker is not currently used in the Quartz code base. | Interface | org.quartz.spi | Quartz |
|
| TriggerFiredBundle | A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread. | Class | org.quartz.spi | Quartz |
|
| TriggerFiredResult | | Class | org.quartz.spi | Quartz |