Quartz.Impl NamespaceQuartz.NET API Documentation
 
Classes

  ClassDescription
Public classDirectSchedulerFactory
A singleton implementation of ISchedulerFactory.
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.

This implementation does not re-use any objects, it simply makes a new JobRunShell each time BorrowJobRunShell  is called.

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 contenents of a properties file.