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 ActionType |
ActionType.CANCEL
A cancel operation is being preformed on the DeploymentManager
action command.
|
static ActionType |
ActionType.EXECUTE
The DeploymentManager action command is executing.
|
static ActionType |
ActionType.STOP
A stop operation is being preformed on the DeploymentManager
action command.
|
Modifier and Type | Method and Description |
---|---|
static ActionType |
ActionType.getActionType(int value)
Return an object of the specified value.
|
protected ActionType[] |
ActionType.getEnumValueTable()
Returns the enumeration value table for class ActionType
|
Modifier and Type | Method and Description |
---|---|
ActionType |
DeploymentStatus.getAction()
Retrieve the deployment ActionType for this event.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.