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 TypeMethodDescriptionRetrieves an alarm, waiting if necessary until one becomes available within the specified timeout period.AlarmSource.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()Deprecated.Method parameters in com.tailf.ncs.alarmman.consumer with type arguments of type AlarmModifier and TypeMethodDescriptionstatic voidAlarmSourceCentral.returnAlarmQueue(ArrayBlockingQueue<Alarm> queue) Deprecated.UseAlarmSourceCentral.returnQueue(ArrayBlockingQueue<Alarm>)instead. - 
Uses of Alarm in com.tailf.ncs.alarmman.producer
Methods in com.tailf.ncs.alarmman.producer that return types with arguments of type AlarmMethods in com.tailf.ncs.alarmman.producer with parameters of type AlarmModifier and TypeMethodDescriptionvoidAlarmSink.submitAlarm(Alarm alarm) Submits the specifiedAlarminto the alarm list. 
AlarmSourceCentral.getQueue()instead.