Package | Description |
---|---|
com.tailf.conf |
Data types and utilities for communication with the server.
|
com.tailf.dp |
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
|
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.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.
|
com.tailf.notif |
Package for subscription to asynchronous events.
|
Modifier and Type | Method and Description |
---|---|
static ConfDatetime |
ConfDatetime.getConfDatetime() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfDatetime.after(ConfDatetime time)
Deprecated.
|
boolean |
ConfDatetime.before(ConfDatetime time)
Deprecated.
|
int |
ConfDatetime.compareTo(ConfDatetime o)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConfDatetime |
DpNotifReplayCallback.getLogAgedTime(DpNotifStream stream)
The callback is called by ConfD/NCS to find out the event time of the
last notification aged out of the log, if any.
|
ConfDatetime |
DpNotifReplayCallback.getLogStartTime(DpNotifStream stream)
The callback is called by ConfD/NCS to find out the log's current start
time, relevant for replay requests.
|
ConfDatetime |
DpNotifReplayThread.getStart() |
ConfDatetime |
DpNotifReplayThread.getStop() |
Modifier and Type | Method and Description |
---|---|
void |
DpNotifReplayCallback.replay(DpNotifStream stream,
ConfDatetime start,
ConfDatetime stop)
The replay() callback is called by ConfD/NCS to request replay.
|
void |
DpNotifStream.send(ConfDatetime time,
ConfXMLParam params)
Send a notification defined at the top level of a YANG module
on this notification stream to ConfD/NCS.
|
void |
DpNotifStream.send(ConfDatetime time,
ConfXMLParam[] params)
Send a notification defined at the top level of a YANG module
on this notification stream to ConfD/NCS.
|
void |
DpNotifStream.send(ConfDatetime time,
ConfXMLParam[] params,
ConfPath path)
Send a notification defined as a child of a container or list
in a YANG 1.1 module on this notification stream to ConfD/NCS.
|
void |
DpNotifStream.send(ConfDatetime time,
ConfXMLParam[] params,
String fmt,
Object... arguments)
Send a notification defined as a child of a container or list
in a YANG 1.1 module on this notification stream to ConfD/NCS.
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedXMLStatement.setDatetime(int index,
ConfDatetime val)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConfDatetime |
Alarm.getTimeStamp() |
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
|
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. |
Modifier and Type | Method and Description |
---|---|
ConfDatetime |
StreamNotification.eventTime() |
ConfDatetime |
CommitQueueProgressNotification.getTimestamp() |
Constructor and Description |
---|
CommitQueueProgressNotification(int cq_notif_type,
ConfDatetime timestamp,
ConfUInt64 cq_id,
String cq_tag,
List<String> completed_devices,
List<String> transient_devices,
Map<String,String> failed_devices,
Map<String,ConfList> completed_services,
Map<String,ConfList[]> failed_services,
String trace_id) |
StreamNotification(int stream_event_type,
ConfDatetime event_time,
ConfXMLParam[] values,
String error) |