Package org.jboss.as.server.mgmt.domain
Interface DomainServerProtocol
-
public interface DomainServerProtocol- Author:
- John Bailey
-
-
Field Summary
Fields Modifier and Type Field Description static byteFILE_ENDstatic byteFILE_STARTstatic byteGET_FILE_REQUESTstatic bytePARAM_ERRORstatic bytePARAM_FILE_PATHstatic bytePARAM_FILE_SIZEstatic bytePARAM_NUM_FILESstatic bytePARAM_OKstatic bytePARAM_RESTART_REQUIREDstatic bytePARAM_ROOT_IDstatic bytePARAM_ROOT_ID_CONFIGURATIONstatic bytePARAM_ROOT_ID_DEPLOYMENTstatic bytePARAM_ROOT_ID_FILEstatic bytePARAM_SERVER_NAMEstatic byteREGISTER_REQUESTstatic byteSERVER_INSTABILITY_REQUESTstatic byteSERVER_RECONNECT_REQUESTstatic byteSERVER_STARTED_REQUEST
-
-
-
Field Detail
-
REGISTER_REQUEST
static final byte REGISTER_REQUEST
- See Also:
- Constant Field Values
-
SERVER_STARTED_REQUEST
static final byte SERVER_STARTED_REQUEST
- See Also:
- Constant Field Values
-
SERVER_RECONNECT_REQUEST
static final byte SERVER_RECONNECT_REQUEST
- See Also:
- Constant Field Values
-
SERVER_INSTABILITY_REQUEST
static final byte SERVER_INSTABILITY_REQUEST
- See Also:
- Constant Field Values
-
PARAM_SERVER_NAME
static final byte PARAM_SERVER_NAME
- See Also:
- Constant Field Values
-
PARAM_OK
static final byte PARAM_OK
- See Also:
- Constant Field Values
-
PARAM_ERROR
static final byte PARAM_ERROR
- See Also:
- Constant Field Values
-
PARAM_RESTART_REQUIRED
static final byte PARAM_RESTART_REQUIRED
- See Also:
- Constant Field Values
-
GET_FILE_REQUEST
static final byte GET_FILE_REQUEST
- See Also:
- Constant Field Values
-
PARAM_FILE_PATH
static final byte PARAM_FILE_PATH
- See Also:
- Constant Field Values
-
PARAM_ROOT_ID_FILE
static final byte PARAM_ROOT_ID_FILE
- See Also:
- Constant Field Values
-
PARAM_ROOT_ID_CONFIGURATION
static final byte PARAM_ROOT_ID_CONFIGURATION
- See Also:
- Constant Field Values
-
PARAM_ROOT_ID_DEPLOYMENT
static final byte PARAM_ROOT_ID_DEPLOYMENT
- See Also:
- Constant Field Values
-
PARAM_NUM_FILES
static final byte PARAM_NUM_FILES
- See Also:
- Constant Field Values
-
FILE_START
static final byte FILE_START
- See Also:
- Constant Field Values
-
PARAM_FILE_SIZE
static final byte PARAM_FILE_SIZE
- See Also:
- Constant Field Values
-
FILE_END
static final byte FILE_END
- See Also:
- Constant Field Values
-
PARAM_ROOT_ID
static final byte PARAM_ROOT_ID
- See Also:
- Constant Field Values
-
-