public interface TaskExecutionReport
Modifier and Type | Method and Description |
---|---|
Throwable |
getException()
Gets the cause of the task execution failure.
|
long |
getExecutionCount()
Gets the number of times this task was executed.
|
Object |
getResult()
Gets the object returned by the task execution, if any.
|
long |
getStartupTime()
Gets the start time of the execution.
|
String |
getTaskName()
Gets the name under which the task was registered.
|
long |
getTerminationTime()
Gets the termination time of the execution.
|
String getTaskName()
long getExecutionCount()
long getStartupTime()
long getTerminationTime()
Object getResult()
null
if the
task does not return something or has failed (getException()
returns the cause of the task execution failure).getException()
Throwable getException()
null
if the
task execution was successful.getResult()
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.