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 |
CdbCLIDiffIterate.iterate(ConfObject[] kp,
DiffIterateOperFlag op,
ConfObject oldValue,
ConfObject newValue,
ConfObject clistr,
ConfCLIToken[] tokens,
Object initstate)
This method used in
CLIDiffIterate method in
In addition to the standard iterate method a clistr
is also passed into this method. |
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 |
IterationEntry.getLastResultFlag()
Deprecated.
Returns the result flag associated with the completed
iteration.
|
DiffIterateResultFlag |
NavuChangeDiffIterate.iterate(ConfObject[] kp,
DiffIterateOperFlag op,
ConfObject old_value,
ConfObject new_value,
Object initstate)
Internal, subject to change without notice.
|
DiffIterateResultFlag |
NavuContainer.iterate(ConfObject[] kp,
DiffIterateOperFlag op,
ConfObject oldValue,
ConfObject newValue,
Object state) |