Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

com::cosylab::acs::maci::AccessRights Interface Reference

List of all members.

Static Public Attributes

final int NONE = 0x00000000
final int INTROSPECT_MANAGER = 0x08000000
final int SHUTDOWN_SYSTEM = 0x04000000
final int REGISTER_COMPONENT = 0x02000000

Detailed Description

Predefined access rights values.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@


Member Data Documentation

final int com::cosylab::acs::maci::AccessRights::INTROSPECT_MANAGER = 0x08000000 [static]
 

Clients must have the INTROSPECT_MANAGER access right to be able to gain access to Manager's internal state. This access is usually given to administrator clients.

final int com::cosylab::acs::maci::AccessRights::NONE = 0x00000000 [static]
 

None.

final int com::cosylab::acs::maci::AccessRights::REGISTER_COMPONENT = 0x02000000 [static]
 

Clients must have the REGISTER_COMPONENT access right to be able to call Manager's register_component and unregister_component methods.

final int com::cosylab::acs::maci::AccessRights::SHUTDOWN_SYSTEM = 0x04000000 [static]
 

Clients must have the SHUTDOWN_SYSTEM access right to be able to call Manager's shutdown method, thus shutting down the entire control system.


The documentation for this interface was generated from the following file:
Generated on Thu Apr 30 03:11:12 2009 for ACS Java API by doxygen 1.3.8