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 | Method and Description |
---|---|
DiffIterateResultFlag |
CdbDiffIterate.iterate(ConfObject[] kp,
DiffIterateOperFlag op,
ConfObject oldValue,
ConfObject newValue,
Object initstate)
Iterate through a set of changes
|
Modifier and Type | Method and Description |
---|---|
static DiffIterateResultFlag |
DiffIterateResultFlag.valueOf(int i) |
static DiffIterateResultFlag |
DiffIterateResultFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffIterateResultFlag[] |
DiffIterateResultFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiffIterateResultFlag |
MaapiDiffIterate.iterate(ConfObject[] kp,
DiffIterateOperFlag op,
ConfObject old_value,
ConfObject new_value,
Object initstate) |
Modifier and Type | Method and Description |
---|---|
DiffIterateResultFlag |
NavuContainer.iterate(ConfObject[] kp,
DiffIterateOperFlag op,
ConfObject oldValue,
ConfObject newValue,
Object state) |