|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An ExecutionStatus instance contains
a snapshot of task status.
| Method Summary | |
boolean |
containsWarning()
Returns true if there is a warning reported in this ExecutionStatus instance. |
java.lang.String |
getDescription()
Returns a vendor-specific description of the task status. |
ExecutionState |
getState()
Returns the ExecutionState of the task at a point in time. |
java.util.Date |
getTimestamp()
Returns the timestamp of when a given ExecutionStatus instance was created. |
| Method Detail |
public boolean containsWarning()
ExecutionStatus instance.
public java.lang.String getDescription()
public ExecutionState getState()
ExecutionState of the task at a point in time. The state must not be null.
public java.util.Date getTimestamp()
ExecutionStatus instance was created. The timestamp must not be Null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||