|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TriggerContext
Context object encapsulating last execution times and last completion time of a given task.
Method Summary | |
---|---|
java.util.Date |
lastActualExecutionTime()
Return the last actual execution time of the task, or null if not scheduled before. |
java.util.Date |
lastCompletionTime()
Return the last completion time of the task, or null if not scheduled before. |
java.util.Date |
lastScheduledExecutionTime()
Return the last scheduled execution time of the task, or null if not scheduled before. |
Method Detail |
---|
java.util.Date lastScheduledExecutionTime()
null
if not scheduled before.
java.util.Date lastActualExecutionTime()
null
if not scheduled before.
java.util.Date lastCompletionTime()
null
if not scheduled before.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |