| Package | Description |
|---|---|
| javax.enterprise.deploy.shared |
Provides shared objects for tool vendor and product vendor implementation classes.
|
| javax.enterprise.deploy.spi.status |
Provides product vendor status classes.
|
| Modifier and Type | Field and Description |
|---|---|
static ActionType |
ActionType.CANCEL
The action type for CANCEL
|
static ActionType |
ActionType.EXECUTE
The action type for EXECUTE
|
static ActionType |
ActionType.STOP
The action type for STOP
|
| Modifier and Type | Method and Description |
|---|---|
static ActionType |
ActionType.getActionType(int type)
Get the action type for an integer
|
protected ActionType[] |
ActionType.getEnumValueTable()
Get the enumerated values for module type
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
DeploymentStatus.getAction()
The action of this deployment
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.