Uses of Class
com.tailf.ncs.alarmman.common.Alarm
Package
Description
The Common Alarm Management package contains common definitions that are
used within the alarm manager.
The Alarm Manager consumer package provides support for subscription to
alarms in the NCS Alarm list.
The Alarm Manager producer package provides support for injection of
alarms into the NCS Alarm list.
-
Uses of Alarm in com.tailf.ncs.alarmman.common
-
Uses of Alarm in com.tailf.ncs.alarmman.consumer
Modifier and TypeMethodDescriptionAlarmSource.takeAlarm()
Retrieves or waiting if necessary until an Alarm becomes available.Modifier and TypeMethodDescriptionstatic ArrayBlockingQueue<Alarm>
AlarmSourceCentral.getAlarmQueue()
Returns a new alarm queue.Modifier and TypeMethodDescriptionstatic void
AlarmSourceCentral.returnAlarmQueue
(ArrayBlockingQueue<Alarm> queue) Returns the queue. -
Uses of Alarm in com.tailf.ncs.alarmman.producer
Modifier and TypeMethodDescriptionstatic ArrayBlockingQueue<Alarm>
AlarmSinkCentral.getAlarmQueue()
Returns the alarm queue from theAlarmSinkCentral
Modifier and TypeMethodDescriptionvoid
AlarmSink.submitAlarm
(Alarm alarm) Submits the specifiedAlarm
into the alarm list.