Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
CommandType |
DeploymentStatus.getCommand()
Retrieve the deployment CommandType of this event.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.