Uses of Class
com.sun.n1.sps.model.host.UpgradeNodeState

Packages that use UpgradeNodeState
com.sun.n1.sps.model.host   
 

Uses of UpgradeNodeState in com.sun.n1.sps.model.host
 

Fields in com.sun.n1.sps.model.host declared as UpgradeNodeState
static UpgradeNodeState UpgradeNodeState.ACTION_REQUIRED
          Indicates that processing of the node completed successfully but user action is required to make the node operational again.
static UpgradeNodeState UpgradeNodeState.DEPLOYED
          Indicates that files were successfully deployed to the node..
static UpgradeNodeState UpgradeNodeState.FAILED
          Indicates that processing of the node failed with errors.
static UpgradeNodeState UpgradeNodeState.IN_PROGRESS
          Indicates that processing of the node has started but has not completed yet.
static UpgradeNodeState UpgradeNodeState.NOT_STARTED
          Indicates that processing of the node has not started yet.
static UpgradeNodeState UpgradeNodeState.PARTIALLY_COMPLETED
          Indicates that the node has been partially upgraded.
static UpgradeNodeState UpgradeNodeState.SUCCESSFUL
          Indicates that processing of the node completed successfully.
static UpgradeNodeState UpgradeNodeState.UNPROCESSED
          Indicates that the node hasn't been processed.
static UpgradeNodeState UpgradeNodeState.UPGRADED
          Indicates that the node is already upgraded.
static UpgradeNodeState UpgradeNodeState.UPGRADING
          Indicates that the node is being currently upgraded.
 

Methods in com.sun.n1.sps.model.host that return UpgradeNodeState
 UpgradeNodeState UpgradeNodeState.FACTORY.get(int value)
          Returns the upgrade node state associated with the passed int value.
 UpgradeNodeState UpgradeNodeState.FACTORY.get(java.lang.String value)
          Returns the upgrade node state associated with the passed String value.
 UpgradeNodeState[] UpgradeNodeState.FACTORY.getAll()
          Returns the array of all known upgrade node state enums.
 UpgradeNodeState UpgradeNodeStatus.getState()
          Returns the current state of this node.