| Interface | Description |
|---|---|
| AccessRights |
Predefined access rights values.
|
| Administrator |
Administrator is a special-purpose client that can monitor the functioning of the domain that it administers.
|
| Client |
Every client of a Component service that is not itself a Component must implement an interface called Client.
|
| Component |
Component interface.
|
| Container |
Container is an agent of MACI that is installed on every computer of the control system.
|
| Container.ComponentInfoCompletionCallback | |
| Daemon |
ACS service daemon IF.
|
| HandleConstants |
The Handle alias defines a universal handle used by MACI to uniquely tag the object instances.
|
| Manager |
Manager is the central point of interaction between the components
and the clients that request MACI services.
|
| Manager.LongCompletionCallback | |
| ManagerConstants |
Manager constants.
|
| ServiceDaemon |
ACS service daemon IF.
|
| SynchronousAdministrator |
Administrator to be notified in synchronous way.
|
| Transport |
Abstract transport (CORBA, etc.) IF.
|
| Class | Description |
|---|---|
| AuthenticationData |
Authentication data structure.
|
| ClientInfo |
Structure in which the Manager stores information about a client.
|
| ComponentInfo |
Structure in which the Manager (and Container) stores information about a component.
|
| ComponentSpec |
Structure containing all fields necessary to describe a component and its deployment information.
|
| ComponentStatus |
Status of the Component object.
|
| ContainerInfo |
Structure in which the Manager stores information about an container.
|
| HandleHelper |
Handle helper class providing various utilities.
|
| IntArray |
A resizable, array of integer primitives.
|
| MessageType |
Type of the message.
|
| StatusHolder |
Helper class to hold COBStatus value.
|
| StatusSeqHolder |
Helper class to hold sequence of COBStatus value.
|
| Enum | Description |
|---|---|
| ClientType | |
| ImplLang |
Implementation language enum.
|
| Exception | Description |
|---|---|
| BadParametersException |
This exception is throwns when requestor did not have enough
access rights to perform a request.
|
| CoreException |
Temporary exception.
|
| NoDefaultComponentException |
This exception is thrown when there is no default component.
|
| NoResourcesException |
This exception is thrown when requestor did not have enough
access rights to perform a request.
|
| RemoteException |
Remote exception.
|
| RemoteTimeoutException |
Defined specialized
RemoteException, this implementation
defines an transient remote exception (e.g. |
| RemoteTransientException |
Defined specialized
RemoteException, this implementation
defines an transient remote exception (e.g. |
| TimeoutRemoteException |
Timeout Remote exception.
|