See: Description
| Interface | Description |
|---|---|
| Target |
This is the interface to implement to receive notification trigger.
|
| TimeScheduler |
This service provides a way to regularly schedule jobs.
|
| TimeTrigger |
A kind of trigger that makes the determination to go off based
on time.
|
| Trigger |
This is the marker interface for Triggers.
|
| TriggerFailureListener |
A callback mechanism for failures on triggering of targets.
|
| Class | Description |
|---|---|
| CronTimeTrigger |
This is the holder triggers based on standard crontabs format.
|
| PeriodicTimeTrigger |
Goes off every period milliseconds after waiting for
offset milliseconds from the moment the trigger was
reset.
|
| TimeTriggerFactory |
Factory for
TimeTriggers. |