|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.n1.util.enum.EnumImpl
com.sun.n1.sps.model.rule.HostStatus
public final class HostStatus
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 |
---|
public static final HostStatus.Factory FACTORY
public static final HostStatus IGNORE_HOST_STATUS
public static final HostStatus SUCCESS
public static final HostStatus FAILURE
public static final HostStatus INPROGRESS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |