站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 system API Documentation 英文版文档

Uses of Class org.jboss.deployment.DeploymentState (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档


Uses of Class
org.jboss.deployment.DeploymentState

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
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.