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

java.lang.Object
  extended by com.sun.n1.util.enum.EnumImpl
      extended by com.sun.n1.sps.model.rule.HostStatus
All Implemented Interfaces:
Enum

public final class HostStatus
extends EnumImpl

A strongly-typed enumeration of HostStatus to provide for better type-checking.


Nested Class Summary
static class HostStatus.Factory
          Factory for object output type enums.
 
Field Summary
static HostStatus.Factory FACTORY
          The factory which may be used to look up HostStatus by string or int value.
static HostStatus FAILURE
          Indicates a failure status of a host.
static HostStatus IGNORE_HOST_STATUS
          Indicates a plan has not yet started for this host.
static HostStatus INPROGRESS
          Indicates a in progress status of a host.
static HostStatus SUCCESS
          Indicates a success status of a host.
 
Method Summary
 
Methods inherited from class com.sun.n1.util.enum.EnumImpl
equals, hashCode, toInt, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FACTORY

public static final HostStatus.Factory FACTORY
The factory which may be used to look up HostStatus by string or int value.


IGNORE_HOST_STATUS

public static final HostStatus IGNORE_HOST_STATUS
Indicates a plan has not yet started for this host.


SUCCESS

public static final HostStatus SUCCESS
Indicates a success status of a host.


FAILURE

public static final HostStatus FAILURE
Indicates a failure status of a host.


INPROGRESS

public static final HostStatus INPROGRESS
Indicates a in progress status of a host.