|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateType | |
---|---|
javax.enterprise.deploy.shared | |
javax.enterprise.deploy.spi.status |
Uses of StateType in javax.enterprise.deploy.shared |
---|
Fields in javax.enterprise.deploy.shared declared as StateType | |
---|---|
static StateType |
StateType.COMPLETED
The action operation has completed normally. |
static StateType |
StateType.FAILED
The action operation has failed. |
static StateType |
StateType.RELEASED
The DeploymentManager is running in disconnected mode. |
static StateType |
StateType.RUNNING
The action operation is running normally. |
Methods in javax.enterprise.deploy.shared that return StateType | |
---|---|
protected StateType[] |
StateType.getEnumValueTable()
Returns the enumeration value table for class StateType |
static StateType |
StateType.getStateType(int value)
Return an object of the specified value. |
Uses of StateType in javax.enterprise.deploy.spi.status |
---|
Methods in javax.enterprise.deploy.spi.status that return StateType | |
---|---|
StateType |
DeploymentStatus.getState()
Retrieve the StateType value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |