|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandType | |
|---|---|
| javax.enterprise.deploy.shared | Provides shared objects for Tool Vendor and Product Vendor implementation classes. |
| javax.enterprise.deploy.spi.status | Provides J2EE Product Vendor deployment status implementation classes. |
| 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.REDEPLOY
The DeploymentManger action operation being processed is redeploy. |
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. |
| Methods in javax.enterprise.deploy.shared that return CommandType | |
|---|---|
static CommandType |
CommandType.getCommandType(int value)
Return an object of the specified value. |
protected CommandType[] |
CommandType.getEnumValueTable()
Returns the enumeration value table for class CommandType |
| 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 | |||||||||