| Interface | Description |
|---|---|
| AlarmSource |
The AlarmSource interface offers a set of useful methods
to handle alarms from a source.
|
| Class | Description |
|---|---|
| AlarmQueue |
A queue of alarms.
|
| AlarmQueue.AlarmToQueue |
An alarm to be queued.
|
| AlarmSender |
A support class for sending alarms.
|
| AlarmsMap |
The map of active and inactive alarms.
|
| AlarmsMap.AlarmInfo |
The data stored for each alarm in the map.
|
| AlarmSourceFactory |
AlarmSourceFactory is in charge of instantiating and releasing AlarmSource objects
avoid dependencies in the ACSAlarmSystemInterfaceFactory, ComponentClient and
ContainerServices. |
| AlarmSourceImpl |
The implementation of
AlarmSource. |