| Modifier and Type | Class and Description |
|---|---|
class |
CronTimeTrigger
This is the holder triggers based on standard crontabs format.
|
class |
PeriodicTimeTrigger
Goes off every period milliseconds after waiting for
offset milliseconds from the moment the trigger was
reset.
|
| Modifier and Type | Method and Description |
|---|---|
TimeTrigger |
TimeTriggerFactory.createTimeTrigger(org.apache.avalon.framework.configuration.Configuration conf)
Create
TimeTrigger from configuration. |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeScheduler.addTrigger(java.lang.String name,
TimeTrigger trigger,
Target target)
Schedule a time based trigger.
|