public interface ScheduleEntryStatistic
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageDuration()
Returns the average execution time in milliseconds
|
long |
getExecutionCount()
Returns the number of executions
|
long |
getLastDuration()
Returns the last execution time in milliseconds
|
Date |
getLastExecutionEndTime()
Returns the end time of last date this
ScheduleEntry has been executed or null if the
schedule entry has never been executed yet. |
Date |
getLastExecutionTime()
Returns last date this
ScheduleEntry has been executed (start time) or null if the
schedule entry has never been executed yet. |
Date getLastExecutionTime()
ScheduleEntry has been executed (start time) or null if the
schedule entry has never been executed yet.nullgetLastExecutionEndTime()@Nullable Date getLastExecutionEndTime()
ScheduleEntry has been executed or null if the
schedule entry has never been executed yet.nullgetLastExecutionTime()long getLastDuration()
long getExecutionCount()
long getAverageDuration()
Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408