Package org.jboss.as.process
Class Protocol
- java.lang.Object
-
- org.jboss.as.process.Protocol
-
public final class Protocol extends Object
- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static intADD_PROCESSstatic intAUTHstatic intDESTROY_PROECESSstatic intKILL_PROCESSstatic intOPERATION_FAILEDstatic intPROCESS_ADDEDstatic intPROCESS_INVENTORYstatic intPROCESS_RECONNECTEDstatic intPROCESS_REMOVEDstatic intPROCESS_STARTEDstatic intPROCESS_STOPPEDstatic intRECONNECT_PROCESSstatic intREMOVE_PROCESSstatic intREQUEST_PROCESS_INVENTORYstatic intSEND_STDINstatic intSHUTDOWNstatic intSTART_PROCESSstatic intSTOP_PROCESS
-
-
-
Field Detail
-
AUTH
public static final int AUTH
- See Also:
- Constant Field Values
-
ADD_PROCESS
public static final int ADD_PROCESS
- See Also:
- Constant Field Values
-
START_PROCESS
public static final int START_PROCESS
- See Also:
- Constant Field Values
-
STOP_PROCESS
public static final int STOP_PROCESS
- See Also:
- Constant Field Values
-
REMOVE_PROCESS
public static final int REMOVE_PROCESS
- See Also:
- Constant Field Values
-
SEND_STDIN
public static final int SEND_STDIN
- See Also:
- Constant Field Values
-
REQUEST_PROCESS_INVENTORY
public static final int REQUEST_PROCESS_INVENTORY
- See Also:
- Constant Field Values
-
RECONNECT_PROCESS
public static final int RECONNECT_PROCESS
- See Also:
- Constant Field Values
-
SHUTDOWN
public static final int SHUTDOWN
- See Also:
- Constant Field Values
-
DESTROY_PROECESS
public static final int DESTROY_PROECESS
- See Also:
- Constant Field Values
-
KILL_PROCESS
public static final int KILL_PROCESS
- See Also:
- Constant Field Values
-
PROCESS_ADDED
public static final int PROCESS_ADDED
- See Also:
- Constant Field Values
-
PROCESS_STARTED
public static final int PROCESS_STARTED
- See Also:
- Constant Field Values
-
PROCESS_STOPPED
public static final int PROCESS_STOPPED
- See Also:
- Constant Field Values
-
PROCESS_REMOVED
public static final int PROCESS_REMOVED
- See Also:
- Constant Field Values
-
PROCESS_INVENTORY
public static final int PROCESS_INVENTORY
- See Also:
- Constant Field Values
-
PROCESS_RECONNECTED
public static final int PROCESS_RECONNECTED
- See Also:
- Constant Field Values
-
OPERATION_FAILED
public static final int OPERATION_FAILED
- See Also:
- Constant Field Values
-
-