|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CoreTrigger | internal interface preserved for backward compatibility |
Class Summary | |
---|---|
AbstractTrigger<T extends Trigger> |
The base abstract class to be extended by all Trigger s. |
CalendarIntervalTriggerImpl | A concrete that is used to fire a
based upon repeating calendar time intervals. |
CronTriggerImpl |
A concrete that is used to fire a
at given moments in time, defined with Unix 'cron-like' definitions. |
DailyTimeIntervalTriggerImpl | A concrete implementation of DailyTimeIntervalTrigger that is used to fire a
based upon daily repeating time intervals. |
SimpleTriggerImpl |
A concrete that is used to fire a
at a given moment in time, and optionally repeated at a specified interval. |
This package contains Trigger implementations that ship with Quartz. End-users should not directly use these classes, but rather use the builders and interfaces found in the main org.quartz package.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |