public interface Trigger
| Modifier and Type | Interface and Description |
|---|---|
static class |
Trigger.MisfireRestartPolicy
Specify what to do when some job were not triggered in time.
|
| Modifier and Type | Method and Description |
|---|---|
Trigger.MisfireRestartPolicy |
getMisfireHandlingPolicy()
Tell the scheduler how to handle jobs that were not executed in time.
|
java.lang.String |
getName()
Gets the name of the trigger
|
int |
getPriority()
The trigger of the highest priority will be executed first.
|
java.util.Date |
getStartDate()
Returns when the trigger must start
|
java.lang.String getName()
java.util.Date getStartDate()
int getPriority()
Trigger.MisfireRestartPolicy getMisfireHandlingPolicy()