|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpgradeTaskStatus
This class encapsulates the status of an upgrade task. The status includes individual node status of each node being upgraded.
Method Summary | |
---|---|
UpgradeNodeStatus[] |
getAllNodeStatus()
Returns an array of all node status objects. |
java.lang.String |
getDetail()
Returns task level detail messages if available. |
UpgradeTaskID |
getID()
Returns the upgrade task ID. |
int |
getNumNodes()
Returns the total number of nodes affected by this task. |
UpgradeTaskState |
getTaskState()
Returns the current task state. |
boolean |
isAborted()
Returns true if the upgrade task was aborted. |
boolean |
isComplete()
Returns true if the task is complete. |
Method Detail |
---|
UpgradeTaskID getID()
boolean isComplete()
int getNumNodes()
boolean isAborted()
java.lang.String getDetail()
UpgradeTaskState getTaskState()
UpgradeNodeStatus[] getAllNodeStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |