|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ shared overview ] | PREV NEXT | ||||||||
Uses of Class
javax.enterprise.deploy.shared.ActionType
| Uses of ActionType in javax.enterprise.deploy.shared |
| Fields in javax.enterprise.deploy.shared declared as ActionType | |
static ActionType |
ActionType.EXECUTE
The action is currently executing. |
static ActionType |
ActionType.CANCEL
The action has been canceled. |
static ActionType |
ActionType.STOP
A stop operation is being performed on the DeploymentManager action command. |
private static ActionType[] |
ActionType.enumValueTable
|
| Methods in javax.enterprise.deploy.shared that return ActionType | |
protected ActionType[] |
ActionType.getEnumValueTable()
Returns the enumeration value table for class ActionType |
static ActionType |
ActionType.getActionType(int value)
Return an object of the specified value. |
|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ shared overview ] | PREV NEXT | ||||||||