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.dp |
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
|
com.tailf.ha |
Package for setup and control of High Availability cluster nodes.
|
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.
|
com.tailf.notif |
Package for subscription to asynchronous events.
|
Modifier and Type | Method and Description |
---|---|
static ConfException |
CdbException.mk(ConfResponse r) |
static ConfException |
CdbException.mk(ConfResponse r,
ConfPath path) |
static ConfException |
CdbExtendedException.mk(int extendedErrorCode,
ConfNamespace appNS,
String appTag,
ConfResponse r) |
Modifier and Type | Method and Description |
---|---|
static ConfResponse |
ConfInternal.requestTerm(SelectionKey key,
int op)
Request the operation
op with no argument,
and read the response from ConfD/NCS. |
static ConfResponse |
ConfInternal.requestTerm(SelectionKey key,
int op,
ConfEObject arg)
Write a term
arg for the specified operation
op and read the response,
from ConfD/NCS. |
static ConfResponse |
ConfInternal.requestTerm(SelectionKey key,
int op,
int thandle,
boolean isrel,
ConfEObject arg)
Write a term
arg for the specified operation
op , transaction handle thandle
( if available -1 otherwise ) and read the response,
from ConfD/NCS. |
static ConfResponse |
ConfInternal.requestTerm(Socket socket,
int op)
Requests a term from ConfD/NCS.
|
static ConfResponse |
ConfInternal.requestTerm(Socket socket,
int op,
ConfEObject arg)
Requests a term from ConfD/NCS.
|
static ConfResponse |
ConfInternal.requestTerm(Socket socket,
int op,
int thandle,
boolean isrel,
ConfEObject arg)
Requests a term from ConfD/NCS.
|
static ConfResponse |
ConfInternal.termRead(Object sock)
Common method to read a term from ConfD/NCS
NOTE: This method should not be used by users of this API.
|
static ConfResponse |
ConfInternal.termRead(SelectionKey key)
Common method to read ( request ) a term from ConfD/NCS
NOTE: This method should not be used by users of this API.
|
static ConfResponse |
ConfInternal.termRead(SelectionKey key,
int cdbop)
Read a response, term from ConfD/NCS with the
given
SelectionKey and the op cdbop . |
static ConfResponse |
ConfInternal.termRead(Socket sock)
Request one term from ConfD/NCS.
|
static ConfResponse |
ConfInternal.termRead(Socket sock,
int cdbop)
Request one term from ConfD/NCS.
|
Modifier and Type | Method and Description |
---|---|
static ConfException |
ConfException.mk(ConfResponse r) |
static ConfException |
ConfException.mk(ConfResponse r,
ConfPath errPath) |
Modifier and Type | Method and Description |
---|---|
static ConfException |
DpException.mk(ConfResponse r) |
static ConfException |
DpCallbackExtendedException.mk(int extendedErrorCode,
ConfNamespace appNS,
String appTag,
ConfResponse r)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HaException |
HaException.mk(ConfResponse r) |
Modifier and Type | Method and Description |
---|---|
static ConfException |
MaapiException.mk(ConfResponse r) |
static ConfException |
MaapiException.mk(ConfResponse r,
ConfPath path) |
Constructor and Description |
---|
ApplyResult(ConfResponse result) |
CommitParams(ConfResponse result) |
CommitQueueResult(ConfResponse result) |
DryRunResult(ConfResponse result) |
Modifier and Type | Method and Description |
---|---|
static ConfException |
NavuException.mk(ConfResponse r) |
Modifier and Type | Method and Description |
---|---|
static ConfException |
NotifException.mk(ConfResponse r) |