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

Uses of Class javax.enterprise.deploy.shared.StateType (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Class
javax.enterprise.deploy.shared.StateType

Packages that use StateType
javax.enterprise.deploy.shared Provides shared objects for tool vendor and product vendor implementation classes. 
javax.enterprise.deploy.spi.status Provides product vendor status classes. 
 

Uses of StateType in javax.enterprise.deploy.shared
 

Fields in javax.enterprise.deploy.shared declared as StateType
static StateType StateType.RUNNING
          The state type for an RUNNING
static StateType StateType.COMPLETED
          The state type for an COMPLETED
static StateType StateType.FAILED
          The state type for an FAILED
static StateType StateType.RELEASED
          The state type for an RELEASED
 

Methods in javax.enterprise.deploy.shared that return StateType
protected  StateType[] StateType.getEnumValueTable()
          Get the enumerated values for module type
static StateType StateType.getStateType(int type)
          Get the state type for an integer
 

Uses of StateType in javax.enterprise.deploy.spi.status
 

Methods in javax.enterprise.deploy.spi.status that return StateType
 StateType DeploymentStatus.getState()
          Get the state of the deployment
 



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