public interface LastExecution
Trigger class to determine the next scheduled timeout
 or whether a run should be skipped.| Modifier and Type | Method and Description | 
|---|---|
| String | getIdentityName()The name or ID of the identifiable object, as specified in the
  ManagedTask.IDENTITY_NAMEexecution property of the task if
 it also implements theManagedTaskinterface. | 
| Object | getResult()Result of the last execution. | 
| Date | getRunEnd()The last time in which the task was completed. | 
| Date | getRunStart()The last time in which the task started running. | 
| Date | getScheduledStart()The last time in which task was scheduled to run. | 
String getIdentityName()
ManagedTask.IDENTITY_NAME execution property of the task if
 it also implements the ManagedTask interface.Object getResult()
Date getScheduledStart()
Date getRunStart()
Date getRunEnd()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.