public interface AccessRights
| Modifier and Type | Field and Description |
|---|---|
static int |
INTROSPECT_MANAGER
Clients must have the INTROSPECT_MANAGER access right to be able to gain access to Manager's internal state.
|
static int |
NONE
None.
|
static int |
REGISTER_COMPONENT
Clients must have the REGISTER_COMPONENT access right to be able to call Manager's register_component and unregister_component methods.
|
static int |
SHUTDOWN_SYSTEM
Clients must have the SHUTDOWN_SYSTEM access right to be able to call Manager's shutdown method,
thus shutting down the entire control system.
|
static final int NONE
static final int INTROSPECT_MANAGER
static final int SHUTDOWN_SYSTEM
static final int REGISTER_COMPONENT