Fields Summary |
---|
private int | value |
public static final CommandType | DISTRIBUTEThe DeploymentManger action operation being processed
is distribute. |
public static final CommandType | STARTThe DeploymentManger action operation being processed is start. |
public static final CommandType | STOPThe DeploymentManger action operation being processed is stop. |
public static final CommandType | UNDEPLOYThe DeploymentManger action operation being processed is undeploy. |
public static final CommandType | REDEPLOYThe DeploymentManger action operation being processed is redeploy. |
private static final String[] | stringTable |
private static final CommandType[] | enumValueTable |