KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > enterprise > deploy > shared > CommandType

javax.enterprise.deploy.shared
Class CommandType

java.lang.Object
  extended byjavax.enterprise.deploy.shared.CommandType
See Also:
Top Examples, Source Code

protected CommandType(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final CommandType DISTRIBUTE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static CommandType getCommandType(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected CommandType[] getEnumValueTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int getOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String[] getStringTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final CommandType REDEPLOY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final CommandType START
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final CommandType STOP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final CommandType UNDEPLOY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags