com.sun.n1.sps.model.host
Interface UpgradeTaskSummary


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

getTaskID

UpgradeTaskID getTaskID()
Returns the upgrade task ID.

Returns:
the upgrade task ID.

getTaskState

UpgradeTaskState getTaskState()
Returns the current task state.

Returns:
the current task state.

getStartTime

java.util.Date getStartTime()
Returns the time the task was started.

Returns:
the time the task was started, null if it hasn't started yet.

getEndTime

java.util.Date getEndTime()
Returns the time the task ended.

Returns:
the time the task ended, null if it hasn't ended yet.

isAborted

boolean isAborted()
Returns true if the upgrade task was aborted.

Returns:
true if the upgrade task was aborted.