Quartz.Spi NamespaceQuartz.NET API Documentation
 
Classes

  ClassDescription
Public classTriggerFiredBundle
A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread.
Interfaces

  InterfaceDescription
Public interfaceIInstanceIdGenerator
An IInstanceIdGenerator is responsible for generating the clusterwide unique instance id for a IScheduler nodde.

This interface may be of use to those wishing to have specific control over the mechanism by which the IScheduler instances in their application are named.

Public interfaceIJobFactory
A JobFactory is responsible for producing instances of IJob classes.
Public interfaceIJobStore
The interface to be implemented by classes that want to provide a IJob and Trigger storage mechanism for the QuartzScheduler's use.
Public interfaceISchedulerExporter
Service interface for scheduler exporters.
Public interfaceISchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz.
Public interfaceISchedulerSignaler
An interface to be used by IJobStore instances in order to communicate signals back to the QuartzScheduler.
Public interfaceIThreadPool
The interface to be implemented by classes that want to provide a thread pool for the IScheduler's use.
Public interfaceITypeLoadHelper
An interface for classes wishing to provide the service of loading classes and resources within the scheduler...