|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |