Searched defs:CommandType (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/shared/
H A DCommandType.java49 public class CommandType class
57 public static final CommandType DISTRIBUTE = new CommandType(0);
61 public static final CommandType START = new CommandType(1);
65 public static final CommandType STOP = new CommandType(2);
69 public static final CommandType UNDEPLOY = new CommandType(3);
73 public static final CommandType REDEPLO
97 protected CommandType(int value) method in class:CommandType
[all...]

Completed in 30 milliseconds