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.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
static StateType StateType.RUNNING
          The state type for an RUNNING
 

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.