|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
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
@Deprecated public static enum ManagedDeployment.DeploymentPhase
The phase of deployment
Enum Constant Summary | |
---|---|
APPLICATION
Deprecated. Any deployment content to be loaded after the DEPLOYER phase |
|
APPLICATION_TRANSIENT
Deprecated. Any unversioned deployment content to be loaded after the APPLICATION phase |
|
BOOTSTRAP
Deprecated. A deployment loaded during the server bootstrap phase |
|
DEPLOYER
Deprecated. An mc/service deployment for a Deployer to be loaded after the BOOTSTRAP phase |
Method Summary | |
---|---|
static ManagedDeployment.DeploymentPhase |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static ManagedDeployment.DeploymentPhase[] |
values()
Deprecated. 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 ManagedDeployment.DeploymentPhase BOOTSTRAP
public static final ManagedDeployment.DeploymentPhase DEPLOYER
public static final ManagedDeployment.DeploymentPhase APPLICATION
public static final ManagedDeployment.DeploymentPhase APPLICATION_TRANSIENT
Method Detail |
---|
public static 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
NullPointerException
- if the argument is null
|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |