Package | Description |
---|---|
com.tailf.conf |
Data types and utilities for communication with the server.
|
com.tailf.dp.services |
Service callback specific context and utilities.
|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
com.tailf.ncs |
NCS Java machine management and control of Services, Neds,
callbacks and Applications
|
com.tailf.ncs.alarmman.common |
The Common Alarm Management package contains common definitions that are
used within the alarm manager.
|
com.tailf.ncs.alarmman.producer |
The Alarm Manager producer package provides support for injection of
alarms into the NCS Alarm list.
|
Modifier and Type | Method and Description |
---|---|
static ConfIdentityRef |
ConfIdentityRef.newInstance(String prefix,
String tagname,
ArrayList<ConfNamespace> ns_list)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NavuLeaf.idrefDerivedOrSelf(ConfIdentityRef base) |
void |
PreparedXMLStatement.setConfIdentityRef(int index,
ConfIdentityRef val)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
ConfIdentityRef |
Alarm.getAlarmType() |
ConfIdentityRef |
AlarmId.getAlarmType() |
Constructor and Description |
---|
Alarm(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. Replaced by
Alarm(ManagedDevice,
ManagedObject,
ConfIdentityRef,
ConfBuf,
PerceivedSeverity,
ConfBuf,
List,
List,
List,
ConfDatetime,
Attribute...) |
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 alarm
|
Alarm(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. Replaced by
Alarm(ManagedDevice,
ManagedObject,
ConfIdentityRef,
PerceivedSeverity,
ConfBuf,
List,
List,
List,
ConfDatetime,
Attribute...) |
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 alarm
|
AlarmId(ManagedDevice managedDevice,
ConfIdentityRef alarmType,
ManagedObject managedObject)
Constructs an
AlarmId with specificProblem
set to the empty string "". |
AlarmId(ManagedDevice managedDevice,
ConfIdentityRef alarmType,
ManagedObject managedObject,
ConfBuf specificProblem) |
AlarmId(ManagedDevice managedDevice,
ConfIdentityRef alarmType,
ManagedObject managedObject,
String specificProblem)
Constructs an
AlarmId with the specified properties. |
Modifier and Type | Method and Description |
---|---|
boolean |
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 specified
Alarm 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 specified
Alarm into the alarm list. |