Uses of Class
com.tailf.conf.ConfIdentityRef
Packages that use ConfIdentityRef
Package
Description
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.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) Submits an alarm for a package using its class loader context.static voidNcsMain.submitPackageAlarm(Object instance, ConfIdentityRef alarmType, PerceivedSeverity severity, boolean cleared, String alarmText) Submits an alarm for a package component instance.static voidNcsMain.submitPackageAlarm(String packageName, ConfIdentityRef alarmType, PerceivedSeverity severity, boolean cleared, String alarmText) Submits an alarm for a specific package by name. - 
Uses of ConfIdentityRef in com.tailf.ncs.alarmman.common
Methods in com.tailf.ncs.alarmman.common that return ConfIdentityRefModifier and TypeMethodDescriptionAlarm.getAlarmType()AlarmId.getAlarmType()Gets the alarm type identity reference.Constructors in com.tailf.ncs.alarmman.common with parameters of type ConfIdentityRefModifierConstructorDescriptionAlarm(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) Constructs anAlarmIdwithspecificProblemset to the empty string "".AlarmId(ManagedDevice managedDevice, ConfIdentityRef alarmType, ManagedObject managedObject, ConfBuf specificProblem) Constructs an AlarmId with the specified managed device, alarm type, managed object, and ConfBuf specific problem.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.