Uses of Class
com.tailf.conf.ConfDatetime
Package
Description
Data types and utilities for communication with the server.
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
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.
Package for subscription to asynchronous events.
-
Uses of ConfDatetime in com.tailf.conf
Modifier and TypeMethodDescriptionboolean
ConfDatetime.after
(ConfDatetime time) Deprecated.boolean
ConfDatetime.before
(ConfDatetime time) Deprecated.int
ConfDatetime.compareTo
(ConfDatetime o) Deprecated. -
Uses of ConfDatetime in com.tailf.dp
Modifier and TypeMethodDescriptionDpNotifReplayCallback.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.DpNotifReplayCallback.getLogStartTime
(DpNotifStream stream) The callback is called by ConfD/NCS to find out the log's current start time, relevant for replay requests.DpNotifReplayThread.getStart()
DpNotifReplayThread.getStop()
Modifier and TypeMethodDescriptionvoid
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. -
Uses of ConfDatetime in com.tailf.ncs.alarmman.common
ModifierConstructorDescriptionAlarm
(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 alarm -
Uses of ConfDatetime in com.tailf.ncs.alarmman.producer
Modifier 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. -
Uses of ConfDatetime in com.tailf.notif
Modifier and TypeMethodDescriptionStreamNotification.eventTime()
CommitQueueProgressNotification.getTimestamp()
ModifierConstructorDescriptionCommitQueueProgressNotification
(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)