Quartz.Spi Namespace

Quartz.NET 3.0 API Documentation
 
Classes

  ClassDescription
Public classTriggerFiredBundle
A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread.
Public classTriggerFiredResult
Result holder for trigger firing event.
Interfaces

  InterfaceDescription
Public interfaceIInstanceIdGenerator
An IInstanceIdGenerator is responsible for generating the clusterwide unique instance id for a IScheduler node.
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 ITrigger storage mechanism for the QuartzScheduler's use.
Public interfaceIMutableTrigger
Should not be used by end users.
Public interfaceIObjectSerializer
Interface for object serializers.
Public interfaceIOperableTrigger
Internal interface for managing triggers. This interface should not be used by the Quartz client.
Public interfaceIRemotableSchedulerProxyFactory
Client Proxy to a IRemotableQuartzScheduler
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...