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.notif |
Package for subscription of 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 on this notification stream to ConfD/NCS.
|
void |
DpNotifStream.send(ConfDatetime time,
ConfXMLParam[] params)
Send a notification 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 |
StreamNotification.eventTime() |
ConfDatetime |
CommitQueueProgressNotification.getTimestamp() |
Constructor and Description |
---|
CommitQueueProgressNotification(int cq_notif_type,
ConfDatetime timestamp,
String cq_tag,
ConfUInt64 cq_id,
List<String> completed_devices,
List<String> transient_devices,
Map<String,String> failed_devices) |
StreamNotification(int stream_event_type,
ConfDatetime event_time,
ConfXMLParam[] values,
String error) |