|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ shared overview ] | PREV NEXT | ||||||||
Uses of Class
javax.enterprise.deploy.shared.StateType
| Uses of StateType in javax.enterprise.deploy.shared |
| Fields in javax.enterprise.deploy.shared declared as StateType | |
static StateType |
StateType.RUNNING
The action operation is running normally. |
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. |
private static StateType[] |
StateType.enumValueTable
|
| 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. |
|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ shared overview ] | PREV NEXT | ||||||||