|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.enterprise.deploy.shared.CommandType
An enumeration of deployment commands.
Field Summary | |
static CommandType (src) |
DISTRIBUTE
The command type for an DISTRIBUTE |
static CommandType (src) |
REDEPLOY
The module type for an REDEPLOY |
static CommandType (src) |
START
The command type for an START |
static CommandType (src) |
STOP
The command type for an STOP |
static CommandType (src) |
UNDEPLOY
The command type for an UNDEPLOY |
Constructor Summary | |
protected |
CommandType(int value)
Create a new CommandType |
Method Summary | |
static CommandType (src) |
getCommandType(int type)
Get the command type for an integer |
protected CommandType (src) [] |
getEnumValueTable()
Get the enumerated values for module type |
protected int |
getOffset()
Return the offset of the first element |
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 CommandType (src) DISTRIBUTE
public static final CommandType (src) START
public static final CommandType (src) STOP
public static final CommandType (src) UNDEPLOY
public static final CommandType (src) REDEPLOY
Constructor Detail |
protected CommandType(int value)
value
- the valueMethod Detail |
public int getValue()
protected java.lang.String[] getStringTable()
protected CommandType (src) [] getEnumValueTable()
public static CommandType (src) getCommandType(int type)
type
- the type
public java.lang.String toString()
protected int getOffset()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |