Package com.illumon.iris.controller
Interface PersistentQueryCommandConstants
- All Superinterfaces:
com.fishlib.net.BaseCommandConstants,com.fishlib.dataobjects.HashCommandConstants
public interface PersistentQueryCommandConstants
extends com.fishlib.net.BaseCommandConstants
-
Field Summary
Fields Modifier and Type Field Description static byteADDstatic byteGET_INSTANCE_NONCEstatic byteGET_SCRIPTstatic byteGET_SERVER_CONFIGstatic byteMODIFYstatic byteRELOAD_CONFIGstatic byteREMOVEstatic byteRESTARTstatic byteSTOP
-
Field Details
-
ADD
static final byte ADD- See Also:
- Constant Field Values
-
MODIFY
static final byte MODIFY- See Also:
- Constant Field Values
-
REMOVE
static final byte REMOVE- See Also:
- Constant Field Values
-
GET_SERVER_CONFIG
static final byte GET_SERVER_CONFIG- See Also:
- Constant Field Values
-
GET_SCRIPT
static final byte GET_SCRIPT- See Also:
- Constant Field Values
-
RESTART
static final byte RESTART- See Also:
- Constant Field Values
-
RELOAD_CONFIG
static final byte RELOAD_CONFIG- See Also:
- Constant Field Values
-
STOP
static final byte STOP- See Also:
- Constant Field Values
-
GET_INSTANCE_NONCE
static final byte GET_INSTANCE_NONCE- See Also:
- Constant Field Values
-