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 ConfIdentityRefConfIdentityRef.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 voidServiceLog.debug(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level debug.static voidServiceLog.error(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level error.static voidServiceLog.info(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level info.static voidServiceLog.trace(NavuNode service, String msg, ConfIdentityRef type) Write service log entry with level trace.static voidServiceLog.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 voidNcsMain.submitPackageAlarm(ClassLoader cl, ConfIdentityRef alarmType, PerceivedSeverity severity, boolean cleared, String alarmText) static voidNcsMain.submitPackageAlarm(Object instance, ConfIdentityRef alarmType, PerceivedSeverity severity, boolean cleared, String alarmText) static voidNcsMain.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 anAlarmIdwithspecificProblemset to the empty string "".AlarmId(ManagedDevice managedDevice, ConfIdentityRef alarmType, ManagedObject managedObject, ConfBuf specificProblem) AlarmId(ManagedDevice managedDevice, ConfIdentityRef alarmType, ManagedObject managedObject, String specificProblem) Constructs anAlarmIdwith 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 TypeMethodDescriptionbooleanAlarmSink.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 specifiedAlarminto the alarm list.booleanAlarmSink.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 specifiedAlarminto the alarm list.