Uses of Interface
com.tailf.conf.ConfIterate
Package
Description
Package with methods for connecting to the configuration database.
Data types and utilities for communication with the server.
MAAPI is an API which provides full access to the systems internal
transaction engine.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
-
Uses of ConfIterate in com.tailf.cdb
Modifier and TypeInterfaceDescriptioninterface
TheCdbDiffIterate
interface should be implemented by any class whose instances are intended to process or iterate through a set of changes. -
Uses of ConfIterate in com.tailf.conf
Modifier and TypeMethodDescriptionstatic void
ConfInternal.diffIterate
(Object socket, ConfIterate iter, Object initstate) static void
ConfInternal.diffIterate
(SelectionKey key, ConfIterate iter, Object initstate) Common static method for diffIterate with CdbSubscription. -
Uses of ConfIterate in com.tailf.maapi
Modifier and TypeInterfaceDescriptioninterface
This interface is used with the diffIterate method in Maapi.interface
This interface is used with the Iterate method in Maapi.