|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
JobTriggerVisitor | A visitor of a job trigger. |
Class Summary | |
---|---|
CronJobTrigger | This job trigger fires a job execution at given moments in time, defined with a Unix cron-like definition. |
FixedPeriodJobTrigger | A job trigger that fires repeatedly the execution of a job at a specified interval. |
JobTrigger | A trigger of a job execution. |
JobTriggerFactory | A factory of job triggers. |
Enum Summary | |
---|---|
TimeUnit | The unit of times as used and supported by the scheduling system in Silverpeas. |
Provides job trigger definitions. A trigger is a definition of the scheduling in time of a job execution. It provides a simplified way to extend and to define new way to trigger a job execution without changing the scheduler's interface.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |