Field Summary |
|
final protected static String | CONTROL The target name when associated with control actions
("control"). |
final protected static String | CONTROL_RELOAD The action name associated with the permission to call the
DaemonController.reload() method. |
final protected static String | CONTROL_SHUTDOWN The action name associated with the permission to call the
DaemonController.shutdown() method. |
final protected static String | CONTROL_START The action name associated with the permission to call the
DaemonController.start() method. |
final protected static String | CONTROL_STOP The action name associated with the permission to call the
DaemonController.stop() method. |
final protected static int | MASK_CONTROL_RELOAD The action mask associated with the permission to call the
DaemonController.reload() method. |
final protected static int | MASK_CONTROL_SHUTDOWN The action mask associated with the permission to call the
DaemonController.shutdown() method. |
final protected static int | MASK_CONTROL_START The action mask associated with the permission to call the
DaemonController.start() method. |
final protected static int | MASK_CONTROL_STOP The action mask associated with the permission to call the
DaemonController.stop() method. |
final protected static int | TYPE_CONTROL The target type when associated with control actions. |
final protected static String | WILDCARD The "wildcard" action implying all actions for the given
target name. |