| Package | Description | 
|---|---|
| com.tailf.dp | 
 Data provider API package, for implementation of callbacks for validations, actions, transformation etc. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DpNotifStream | 
Dp.createNotifStream(String name)
Creates (and registers) a notifications stream with ConfD/NCS. 
 | 
DpNotifStream | 
Dp.createNotifStream(String name,
                 DpNotifReplayCallback replayCb)
Creates (and registers) a notifications stream with ConfD/NCS. 
 | 
DpNotifStream | 
Dp.createNotifStream(String name,
                 DpNotifReplayCallback replayCb,
                 Socket socket)
Creates (and registers) a notifications stream with ConfD/NCS. 
 | 
DpNotifStream | 
DpNotifReplayThread.getNotifStream()
The Notification stream. 
 | 
| 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. 
 | 
void | 
DpNotifReplayCallback.replay(DpNotifStream stream,
      ConfDatetime start,
      ConfDatetime stop)
The replay() callback is called by ConfD/NCS to request replay. 
 |