Package | Description |
---|---|
javax.enterprise.deploy.shared | |
javax.enterprise.deploy.spi.status |
Modifier and Type | Field and Description |
---|---|
static ActionType |
ActionType.CANCEL
The action has been canceled.
|
static ActionType |
ActionType.EXECUTE
The action is currently executing.
|
static ActionType |
ActionType.STOP
A stop operation is being performed 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 © 2013. All Rights Reserved.