|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ManagedDeployment.DeploymentPhase>
org.jboss.managed.api.ManagedDeployment.DeploymentPhase
public static enum ManagedDeployment.DeploymentPhase
The phase of deployment
| Enum Constant Summary | |
|---|---|
APPLICATION
Any deployment content to be loaded after the DEPLOYER phase |
|
APPLICATION_CLUSTERED
Any deployment content to be loaded across a 'cluster' after the APPLICATION phase |
|
BOOTSTRAP
A deployment loaded during the server bootstrap phase |
|
DEPLOYER
An mc/service deployment for a Deployer to be loaded after the BOOTSTRAP phase |
|
| Method Summary | |
|---|---|
static ManagedDeployment.DeploymentPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ManagedDeployment.DeploymentPhase[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ManagedDeployment.DeploymentPhase BOOTSTRAP
public static final ManagedDeployment.DeploymentPhase DEPLOYER
public static final ManagedDeployment.DeploymentPhase APPLICATION
public static final ManagedDeployment.DeploymentPhase APPLICATION_CLUSTERED
| Method Detail |
|---|
public static final ManagedDeployment.DeploymentPhase[] values()
for(ManagedDeployment.DeploymentPhase c : ManagedDeployment.DeploymentPhase.values())
System.out.println(c);
public static ManagedDeployment.DeploymentPhase valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||