|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpgradeTaskSummary
This class encapsulates the summary status of an upgrade task. This includes summary of individual node statuses of all nodes being upgraded associated with a single TaskID.
Method Summary | |
---|---|
java.util.Date |
getEndTime()
Returns the time the task ended. |
java.util.Date |
getStartTime()
Returns the time the task was started. |
UpgradeTaskID |
getTaskID()
Returns the upgrade task ID. |
UpgradeTaskState |
getTaskState()
Returns the current task state. |
boolean |
isAborted()
Returns true if the upgrade task was aborted. |
Method Detail |
---|
UpgradeTaskID getTaskID()
UpgradeTaskState getTaskState()
java.util.Date getStartTime()
java.util.Date getEndTime()
boolean isAborted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |