public interface LastExecution
Trigger
class to determine the next scheduled timeout
or whether a run should be skipped.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentityName()
The name or ID of the identifiable object, as specified in the
ManagedTask.IDENTITY_NAME execution property of the task if
it also implements the ManagedTask interface. |
java.lang.Object |
getResult()
Result of the last execution.
|
java.util.Date |
getRunEnd()
The last time in which the task was completed.
|
java.util.Date |
getRunStart()
The last time in which the task started running.
|
java.util.Date |
getScheduledStart()
The last time in which task was scheduled to run.
|
java.lang.String getIdentityName()
ManagedTask.IDENTITY_NAME
execution property of the task if
it also implements the ManagedTask
interface.java.lang.Object getResult()
java.util.Date getScheduledStart()
java.util.Date getRunStart()
java.util.Date getRunEnd()