Uses of Class
com.tailf.conf.ConfDatetime
Packages that use 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.
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
Methods in com.tailf.conf that return ConfDatetimeMethods in com.tailf.conf with parameters of type ConfDatetime -
Uses of ConfDatetime in com.tailf.dp
Methods in com.tailf.dp that return ConfDatetimeModifier 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()
Methods in com.tailf.dp with parameters of type ConfDatetimeModifier 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
Methods in com.tailf.ncs.alarmman.common that return ConfDatetimeConstructors in com.tailf.ncs.alarmman.common with parameters of type ConfDatetimeModifierConstructorDescriptionAlarm
(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 alarm -
Uses of ConfDatetime in com.tailf.ncs.alarmman.producer
Methods in com.tailf.ncs.alarmman.producer with parameters of type ConfDatetimeModifier 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
Methods in com.tailf.notif that return ConfDatetimeModifier and TypeMethodDescriptionStreamNotification.eventTime()
CommitQueueProgressNotification.getTimestamp()
Constructors in com.tailf.notif with parameters of type ConfDatetimeModifierConstructorDescriptionCommitQueueProgressNotification
(int notifType, ConfDatetime timestamp, ConfUInt64 id, String tag, List<String> completedDevices, Map<String, String> transientDevices, Map<String, String> failedDevices, Map<String, ConfList> completedServices, Map<String, ConfList[]> failedServices, String traceId) StreamNotification
(int streamEventType, ConfDatetime eventTime, ConfXMLParam[] values, String error)