| Package | Description | 
|---|---|
| com.tailf.cdb | 
 Package with methods for connecting to the configuration database. 
 | 
| com.tailf.conf | 
 Data types and utilities for communication with the server. 
 | 
| com.tailf.maapi | 
 MAAPI is an API which provides full access to the systems internal
 transaction engine. 
 | 
| com.tailf.navu | 
 NAVU (Navigation Utilities) is an API which provides increased
 accessibility to the ConfD/NCS populated data model tree:
 NAVU-Tree. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CdbDiffIterate
The  
CdbDiffIterate interface should be implemented
 by any class whose instances are intended to process or iterate
 through a set of changes. | 
| Modifier and Type | Method and Description | 
|---|---|
static 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. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MaapiDiffIterate
This interface is used with the diffIterate method in Maapi. 
 | 
interface  | 
MaapiIterate
This interface is used with the Iterate method in Maapi. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NavuContainer
NavuContainer is a representation of the yang
 construct container,module and list-entry. | 
class  | 
NavuListEntry
A  
NavuList holds this representation of a entry as its
 children or entry set. |