Uses of Class
com.tailf.conf.ConfBuf
Packages that use ConfBuf
Package
Description
Data types and utilities for communication with the server.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
The Common Alarm Management package contains common definitions that are
used within the alarm manager.
The Alarm Manager producer package provides support for injection of
alarms into the NCS Alarm list.
-
Uses of ConfBuf in com.tailf.conf
Methods in com.tailf.conf that return ConfBufMethods in com.tailf.conf with parameters of type ConfBufConstructors in com.tailf.conf with parameters of type ConfBuf -
Uses of ConfBuf in com.tailf.ncs.alarmman.common
Methods in com.tailf.ncs.alarmman.common that return ConfBufModifier and TypeMethodDescriptionAlarm.alarmText()
Alarm.getSpecificProblem()
ManagedDevice.toConfBuf()
Constructors in com.tailf.ncs.alarmman.common with parameters of type ConfBufModifierConstructorDescriptionAlarm
(ManagedDevice managedDevice, ManagedObject managedObject, ConfIdentityRef alarmType, ConfBuf specificProblem, PerceivedSeverity severity, boolean isCleared, String alarmText, List<ManagedObject> impactedObjects, List<AlarmId> relatedAlarms, List<ManagedObject> rootCauseObjects, ConfDatetime timeStamp, Attribute... customAttributes) Deprecated.Not for public use, The isCleared flag is intended to be set by NCS and not by the constructor This method is expected to be retained only as a package private method.Alarm
(ManagedDevice managedDevice, ManagedObject managedObject, ConfIdentityRef alarmType, ConfBuf specificProblem, PerceivedSeverity severity, ConfBuf alarmText, List<ManagedObject> impactedObjects, List<AlarmId> relatedAlarms, List<ManagedObject> rootCauseObjects, ConfDatetime timeStamp, Attribute... customAttributes) Creates an alarmAlarm
(ManagedDevice managedDevice, ManagedObject managedObject, ConfIdentityRef alarmType, PerceivedSeverity severity, ConfBuf alarmText, List<ManagedObject> impactedObjects, List<AlarmId> relatedAlarms, List<ManagedObject> rootCauseObjects, ConfDatetime timeStamp, Attribute... customAttributes) Creates an alarmAlarmId
(ManagedDevice managedDevice, ConfIdentityRef alarmType, ManagedObject managedObject, ConfBuf specificProblem) ManagedObject
(ConfBuf value) Creates a ManagedObject as a general string. -
Uses of ConfBuf in com.tailf.ncs.alarmman.producer
Methods in com.tailf.ncs.alarmman.producer with parameters of type ConfBufModifier and TypeMethodDescriptionboolean
AlarmSink.submitAlarm
(ManagedDevice managedDevice, ManagedObject managedObject, ConfIdentityRef alarmtype, ConfBuf specificProblem, PerceivedSeverity severity, ConfBuf alarmText, List<ManagedObject> impactedObjects, List<AlarmId> relatedAlarms, List<ManagedObject> rootCauseObjects, ConfDatetime timeStamp, Attribute... customAttributes) Submits the specifiedAlarm
into the alarm list.boolean
AlarmSink.submitAlarm
(ManagedDevice managedDevice, ManagedObject managedObject, ConfIdentityRef alarmtype, ConfBuf specificProblem, PerceivedSeverity severity, String alarmText, List<ManagedObject> impactedObjects, List<AlarmId> relatedAlarms, List<ManagedObject> rootCauseObjects, ConfDatetime timeStamp, Attribute... customAttributes) Submits the specifiedAlarm
into the alarm list.