|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.enterprise.deploy.shared.StateType
An enumeration of deployment states.
Field Summary | |
static StateType (src) |
COMPLETED
The state type for an COMPLETED |
static StateType (src) |
FAILED
The state type for an FAILED |
static StateType (src) |
RELEASED
The state type for an RELEASED |
static StateType (src) |
RUNNING
The state type for an RUNNING |
Constructor Summary | |
protected |
StateType(int value)
Create a new StateType |
Method Summary | |
protected StateType (src) [] |
getEnumValueTable()
Get the enumerated values for module type |
protected int |
getOffset()
Return the offset of the first element |
static StateType (src) |
getStateType(int type)
Get the state type for an integer |
protected java.lang.String[] |
getStringTable()
Get the string table for class command type [todo] check this? |
int |
getValue()
Get the value |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final StateType (src) RUNNING
public static final StateType (src) COMPLETED
public static final StateType (src) FAILED
public static final StateType (src) RELEASED
Constructor Detail |
protected StateType(int value)
value
- the valueMethod Detail |
public int getValue()
protected java.lang.String[] getStringTable()
protected StateType (src) [] getEnumValueTable()
public static StateType (src) getStateType(int type)
type
- the type
public java.lang.String toString()
protected int getOffset()
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |