|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentState | |
org.jboss.deployment | Core deployment framework and services. |
org.jboss.system | Core system framework and components. |
Uses of DeploymentState in org.jboss.deployment |
Fields in org.jboss.deployment declared as DeploymentState | |
DeploymentState |
SerializableDeploymentInfo.state
|
static DeploymentState |
DeploymentState.CONSTRUCTED
|
static DeploymentState |
DeploymentState.INIT_WAITING_DEPLOYER
|
static DeploymentState |
DeploymentState.INIT_HAS_DEPLOYER
|
static DeploymentState |
DeploymentState.INIT_DEPLOYER
|
static DeploymentState |
DeploymentState.INITIALIZED
|
static DeploymentState |
DeploymentState.CREATE_SUBDEPLOYMENTS
|
static DeploymentState |
DeploymentState.CREATE_DEPLOYER
|
static DeploymentState |
DeploymentState.CREATED
|
static DeploymentState |
DeploymentState.START_SUBDEPLOYMENTS
|
static DeploymentState |
DeploymentState.START_DEPLOYER
|
static DeploymentState |
DeploymentState.STARTED
|
static DeploymentState |
DeploymentState.STOPPED
|
static DeploymentState |
DeploymentState.DESTROYED
|
static DeploymentState |
DeploymentState.FAILED
|
DeploymentState |
DeploymentInfo.state
The current state of the deployment |
Methods in org.jboss.deployment that return DeploymentState | |
static DeploymentState |
DeploymentState.getDeploymentState(String state)
A factory to translate a string into the corresponding DeploymentState. |
Uses of DeploymentState in org.jboss.system |
Methods in org.jboss.system with parameters of type DeploymentState | |
void |
ServiceControllerMBean.validateDeploymentState(DeploymentInfo di,
DeploymentState state)
Go through the mbeans of the DeploymentInfo and validate that they are in a state at least equal to that of the argument state |
void |
ServiceController.validateDeploymentState(DeploymentInfo di,
DeploymentState state)
Go through the mbeans of the DeploymentInfo and validate that they are in a state at least equal to that of the argument state |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |