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 byte
ADD
static byte
DETERMINE_DISPATCHER
static byte
GET_INSTANCE_NONCE
static byte
GET_SCRIPT
static byte
GET_SERVER_CONFIG
static byte
MODIFY
static byte
RELOAD_CONFIG
static byte
REMOVE
static byte
RESTART
static byte
STOP
-
Field Details
-
DETERMINE_DISPATCHER
static final byte DETERMINE_DISPATCHER- See Also:
- Constant Field Values
-
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
-