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