Uses of Class
com.sun.n1.sps.model.rule.HostStatus

Packages that use HostStatus
com.sun.n1.sps.model.rule   
 

Uses of HostStatus in com.sun.n1.sps.model.rule
 

Fields in com.sun.n1.sps.model.rule declared as HostStatus
static HostStatus HostStatus.FAILURE
          Indicates a failure status of a host.
static HostStatus HostStatus.IGNORE_HOST_STATUS
          Indicates a plan has not yet started for this host.
static HostStatus HostStatus.INPROGRESS
          Indicates a in progress status of a host.
static HostStatus HostStatus.SUCCESS
          Indicates a success status of a host.
 

Methods in com.sun.n1.sps.model.rule that return HostStatus
 HostStatus HostStatus.Factory.get(int value)
          Returns the output type associated with the passed int value.
 HostStatus HostStatus.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 HostStatus[] HostStatus.Factory.getAll()
          Returns the array of all known output type enums.
 HostStatus CriteriaMetaData.getHostStatusCode()
          The status of hosts that are considered interesting to this criteria.