| 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 StateType |
StateType.COMPLETED
The state type for an COMPLETED
|
static StateType |
StateType.FAILED
The state type for an FAILED
|
static StateType |
StateType.RELEASED
The state type for an RELEASED
|
static StateType |
StateType.RUNNING
The state type for an RUNNING
|
| Modifier and Type | Method and Description |
|---|---|
protected StateType[] |
StateType.getEnumValueTable()
Get the enumerated values for module type
|
static StateType |
StateType.getStateType(int type)
Get the state type for an integer
|
| Modifier and Type | Method and Description |
|---|---|
StateType |
DeploymentStatus.getState()
Get the state of the deployment
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.