org.systinet.wasp.admin
Class ControlOperations
java.lang.Object
org.systinet.wasp.admin.ControlOperations
- public class ControlOperations
- extends java.lang.Object
Admin service control operations.
- Since:
- 4.0
- Component:
- Mgmt-Services
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOP
public static final int NOP
- See Also:
- Constant Field Values
ENABLE
public static final int ENABLE
- See Also:
- Constant Field Values
DISABLE
public static final int DISABLE
- See Also:
- Constant Field Values
START
public static final int START
- See Also:
- Constant Field Values
STOP
public static final int STOP
- See Also:
- Constant Field Values
GET
public static final int GET
- See Also:
- Constant Field Values
GET_ALL
public static final int GET_ALL
- See Also:
- Constant Field Values
ADD
public static final int ADD
- See Also:
- Constant Field Values
SET
public static final int SET
- See Also:
- Constant Field Values
REPLACE
public static final int REPLACE
- See Also:
- Constant Field Values
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
REMOVE_ALL
public static final int REMOVE_ALL
- See Also:
- Constant Field Values
CLEAN
public static final int CLEAN
- See Also:
- Constant Field Values
RESET
public static final int RESET
- See Also:
- Constant Field Values
STORE
public static final int STORE
- See Also:
- Constant Field Values
LOAD
public static final int LOAD
- See Also:
- Constant Field Values
ADD_RULE
public static final int ADD_RULE
- See Also:
- Constant Field Values
REMOVE_RULE
public static final int REMOVE_RULE
- See Also:
- Constant Field Values
ControlOperations
public ControlOperations()