See: Description
| Class | Description |
|---|---|
| AbstractTrigger<IMPLTYPE extends AbstractTrigger<IMPLTYPE>> |
The base abstract class to be extended by all
Triggers. |
| CalendarIntervalTrigger |
A concrete
that is used to
fire a based upon repeating
calendar time intervals. |
| CronTrigger |
A concrete
that is used to
fire a at given moments in
time, defined with Unix 'cron-like' definitions. |
| DailyTimeIntervalTrigger |
A concrete implementation of DailyTimeIntervalTrigger that is used to fire a
based upon daily repeating
time intervals. |
| SimpleTrigger |
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.
Copyright © 2016–2021 Philip Helger. All rights reserved.