|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.lang.Enum
net.dpml.component.Status
public final class Status
Provider deployment status enumeration.
Field Summary | |
---|---|
static Status |
AVAILABLE
The provider has successfully established the target instance. |
static Status |
COMMISSIONING
The provider is in the process of commissioning its internal structure following which the provider will attempt to establish a instance value and transition to AVAILABLE. |
static Status |
DECOMMISSIONED
The provider has completed local decommissioning. |
static Status |
DECOMMISSIONING
The provider is in the process of decommissioning it's internal parts. |
static Status |
DISPOSED
The provider is decommissioned not longer available. |
static Status |
INSTANTIATED
The provider has been instantiated but remains uncommissioned. |
Method Summary | |
---|---|
static Status |
parse(String value)
Parse the supplied name. |
static Status[] |
values()
Returns an array of activation enum values. |
Methods inherited from class net.dpml.lang.Enum |
---|
equals, getName, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Status INSTANTIATED
public static final Status COMMISSIONING
public static final Status AVAILABLE
public static final Status DECOMMISSIONING
public static final Status DECOMMISSIONED
public static final Status DISPOSED
Method Detail |
---|
public static Status[] values()
public static Status parse(String value)
value
- the value to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |