Uses of Class
com.tailf.ncs.alarmman.common.Alarm
Packages that use 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
Methods in com.tailf.ncs.alarmman.common that return Alarm -
Uses of Alarm in com.tailf.ncs.alarmman.consumer
Methods in com.tailf.ncs.alarmman.consumer that return AlarmModifier and TypeMethodDescriptionAlarmSource.takeAlarm()
Retrieves or waiting if necessary until an Alarm becomes available.Methods in com.tailf.ncs.alarmman.consumer that return types with arguments of type AlarmModifier and TypeMethodDescriptionstatic ArrayBlockingQueue<Alarm>
AlarmSourceCentral.getAlarmQueue()
Returns a new alarm queue.Method parameters in com.tailf.ncs.alarmman.consumer with type arguments of type AlarmModifier and TypeMethodDescriptionstatic void
AlarmSourceCentral.returnAlarmQueue
(ArrayBlockingQueue<Alarm> queue) Returns the queue. -
Uses of Alarm in com.tailf.ncs.alarmman.producer
Methods in com.tailf.ncs.alarmman.producer that return types with arguments of type AlarmModifier and TypeMethodDescriptionstatic ArrayBlockingQueue<Alarm>
AlarmSinkCentral.getAlarmQueue()
Returns the alarm queue from theAlarmSinkCentral
Methods in com.tailf.ncs.alarmman.producer with parameters of type AlarmModifier and TypeMethodDescriptionvoid
AlarmSink.submitAlarm
(Alarm alarm) Submits the specifiedAlarm
into the alarm list.