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 StateType |
StateType.COMPLETED
The action operation has completed normally.
|
static StateType |
StateType.FAILED
The action operation has failed.
|
static StateType |
StateType.RELEASED
The DeploymentManager is running in discommected mode.
|
static StateType |
StateType.RUNNING
The action operation is running normally.
|
Modifier and Type | Method and Description |
---|---|
protected StateType[] |
StateType.getEnumValueTable()
Returns the enumeration value table for class StateType
|
static StateType |
StateType.getStateType(int value)
Return an object of the specified value.
|
Modifier and Type | Method and Description |
---|---|
StateType |
DeploymentStatus.getState()
Retrieve the StateType value.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.