Uses of Class
com.tailf.conf.ConfIdentityRef
Packages that use ConfIdentityRef
Package
Description
Data types and utilities for communication with the server.
Service callback specific context and utilities.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
NCS Java machine management and control of Services, Neds,
callbacks and Applications
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 ConfIdentityRef in com.tailf.conf
Methods in com.tailf.conf that return ConfIdentityRefModifier and TypeMethodDescriptionstatic ConfIdentityRef
ConfIdentityRef.newInstance
(String prefix, String tagname, ArrayList<ConfNamespace> ns_list) Deprecated. -
Uses of ConfIdentityRef in com.tailf.dp.services
Methods in com.tailf.dp.services with parameters of type ConfIdentityRefModifier and TypeMethodDescriptionstatic void
ServiceLog.debug
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level debug.static void
ServiceLog.error
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level error.static void
ServiceLog.info
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level info.static void
ServiceLog.trace
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level trace.static void
ServiceLog.warn
(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level warn. -
Uses of ConfIdentityRef in com.tailf.ncs
Methods in com.tailf.ncs with parameters of type ConfIdentityRefModifier and TypeMethodDescriptionstatic void
NcsMain.submitPackageAlarm
(ClassLoader cl, ConfIdentityRef alarmType, PerceivedSeverity severity, boolean cleared, String alarmText) static void
NcsMain.submitPackageAlarm
(Object instance, ConfIdentityRef alarmType, PerceivedSeverity severity, boolean cleared, String alarmText) static void
NcsMain.submitPackageAlarm
(String packageName, ConfIdentityRef alarmType, PerceivedSeverity severity, boolean cleared, String alarmText) -
Uses of ConfIdentityRef in com.tailf.ncs.alarmman.common
Methods in com.tailf.ncs.alarmman.common that return ConfIdentityRefConstructors in com.tailf.ncs.alarmman.common with parameters of type ConfIdentityRefModifierConstructorDescriptionAlarm
(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, 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, 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) Constructs anAlarmId
withspecificProblem
set to the empty string "".AlarmId
(ManagedDevice managedDevice, ConfIdentityRef alarmType, ManagedObject managedObject, ConfBuf specificProblem) AlarmId
(ManagedDevice managedDevice, ConfIdentityRef alarmType, ManagedObject managedObject, String specificProblem) Constructs anAlarmId
with the specified properties. -
Uses of ConfIdentityRef in com.tailf.ncs.alarmman.producer
Methods in com.tailf.ncs.alarmman.producer with parameters of type ConfIdentityRefModifier 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.