|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.enterprise.deploy.shared.StateType
public class StateType
An enumeration of deployment states.
| Field Summary | |
|---|---|
static StateType |
COMPLETED
The state type for an COMPLETED |
static StateType |
FAILED
The state type for an FAILED |
static StateType |
RELEASED
The state type for an RELEASED |
static StateType |
RUNNING
The state type for an RUNNING |
| Constructor Summary | |
|---|---|
protected |
StateType(int value)
Create a new StateType |
| Method Summary | |
|---|---|
protected StateType[] |
getEnumValueTable()
Get the enumerated values for module type |
protected int |
getOffset()
Return the offset of the first element |
static StateType |
getStateType(int type)
Get the state type for an integer |
protected String[] |
getStringTable()
Get the string table for class command type [todo] check this? |
int |
getValue()
Get the value |
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 RUNNING
public static final StateType COMPLETED
public static final StateType FAILED
public static final StateType RELEASED
| Constructor Detail |
|---|
protected StateType(int value)
value - the value| Method Detail |
|---|
public int getValue()
protected String[] getStringTable()
protected StateType[] getEnumValueTable()
public static StateType getStateType(int type)
type - the type
public String toString()
toString in class Objectprotected int getOffset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||