Quartz.Impl NamespaceQuartz.NET API Documentation
 
Classes

  ClassDescription
Public classDefaultThreadExecutor
Schedules work on a newly spawned thread. This is the default Quartz behavior.
Public classDirectSchedulerFactory
A singleton implementation of ISchedulerFactory.
Public classJobDetailImpl
Conveys the detail properties of a given job instance.
Public classJobExecutionContextImpl
A context bundle containing handles to various environment information, that is given to a JobDetail instance as it is executed, and to a ITrigger instance after the execution completes.
Public classRemoteScheduler
An implementation of the IScheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzScheduler instance, via remoting or similar technology.
Public classSchedulerRepository
Holds references to Scheduler instances - ensuring uniqueness, and preventing garbage collection, and allowing 'global' lookups.
Public classStdJobRunShellFactory
Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.
Public classStdScheduler
An implementation of the IScheduler interface that directly proxies all method calls to the equivalent call on a given QuartzScheduler instance.
Public classStdSchedulerFactory
An implementation of ISchedulerFactory that does all of it's work of creating a QuartzScheduler instance based on the contents of a properties file.