|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandType | |
javax.enterprise.deploy.shared | |
javax.enterprise.deploy.spi.status |
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. |
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. |
Uses of CommandType in javax.enterprise.deploy.spi.status |
Methods in javax.enterprise.deploy.spi.status that return CommandType | |
CommandType |
DeploymentStatus.getCommand()
Retrieve the deployment CommandType of this event. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |