|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ shared overview ] | PREV NEXT | ||||||||
Uses of Class
javax.enterprise.deploy.shared.CommandType
| Uses of CommandType in javax.enterprise.deploy.shared |
| Fields in javax.enterprise.deploy.shared declared as CommandType | |
static CommandType |
CommandType.DISTRIBUTE
The DeploymentManger action operation being processed is distribute. |
static CommandType |
CommandType.START
The DeploymentManger action operation being processed is start. |
static CommandType |
CommandType.STOP
The DeploymentManger action operation being processed is stop. |
static CommandType |
CommandType.UNDEPLOY
The DeploymentManger action operation being processed is undeploy. |
static CommandType |
CommandType.REDEPLOY
he DeploymentManger action operation being processed is redeploy. |
private static CommandType[] |
CommandType.enumValueTable
|
| Methods in javax.enterprise.deploy.shared that return CommandType | |
protected CommandType[] |
CommandType.getEnumValueTable()
Returns the enumeration value table for class CommandType |
static CommandType |
CommandType.getCommandType(int value)
Return an object of the specified value. |
|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ shared overview ] | PREV NEXT | ||||||||