|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<DeploymentStatus>
com.bea.dsp.management.deployment.dataspace.DeploymentStatus
public enum DeploymentStatus
| Enum Constant Summary | |
|---|---|
STATE_ACTIVE
Activated and available to all users. |
|
STATE_ADMIN
Activated but only accessible by administrator users. |
|
STATE_FAILED
Configured but not deployed. |
|
STATE_NEW
Configured but not deployed. |
|
STATE_NOT_DEPLOYED
Not deployed. |
|
STATE_PREPARED
Created and ready for activation. |
|
STATE_RETIRED
Configured but not deployed. |
|
STATE_UPDATE_PENDING
Running and being updated. |
|
UNKNOWN
Catch all. |
|
| Method Summary | |
|---|---|
static DeploymentStatus |
typedValueOf(java.lang.String deploymentState)
|
static DeploymentStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DeploymentStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DeploymentStatus STATE_NEW
public static final DeploymentStatus STATE_FAILED
public static final DeploymentStatus STATE_RETIRED
public static final DeploymentStatus STATE_PREPARED
public static final DeploymentStatus STATE_ADMIN
public static final DeploymentStatus STATE_ACTIVE
public static final DeploymentStatus STATE_UPDATE_PENDING
public static final DeploymentStatus STATE_NOT_DEPLOYED
public static final DeploymentStatus UNKNOWN
| Method Detail |
|---|
public static DeploymentStatus[] values()
for (DeploymentStatus c : DeploymentStatus.values()) System.out.println(c);
public static DeploymentStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static DeploymentStatus typedValueOf(java.lang.String deploymentState)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||