Quartz.Impl.Triggers Namespace

Quartz.NET 3.0 API Documentation
 
Classes

  ClassDescription
Public classAbstractTrigger
The base abstract class to be extended by all triggers.
Public classCalendarIntervalTriggerImpl
A concrete ITrigger that is used to fire a IJobDetail based upon repeating calendar time intervals.
Public classCronTriggerImpl
A concrete ITrigger that is used to fire a IJobDetail at given moments in time, defined with Unix 'cron-like' definitions.
Public classDailyTimeIntervalTriggerImpl
A concrete implementation of DailyTimeIntervalTrigger that is used to fire a IJobDetail based upon daily repeating time intervals.
Public classSimpleTriggerImpl
A concrete ITrigger that is used to fire a IJobDetail at a given moment in time, and optionally repeated at a specified interval.