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


public interface UpgradeNodeStatus

Instances of this class encapsulate the status of an individual node when reporting status of an upgrade task.


Method Summary
 java.lang.String getDetail()
          Returns any detailed messages on the status of this node.
 java.lang.String getName()
          Returns the host name for this node.
 UpgradeNodeState getState()
          Returns the current state of this node.
 AppType getType()
          Returns the application type for this node.
 

Method Detail

getState

UpgradeNodeState getState()
Returns the current state of this node.

Returns:
The current state of this node.

getDetail

java.lang.String getDetail()
Returns any detailed messages on the status of this node.

Returns:
detailed messages on the status of this node.

getName

java.lang.String getName()
Returns the host name for this node.

Returns:
the host name for this node.

getType

AppType getType()
Returns the application type for this node.

Returns:
the application type for this node.