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.ncs |
NCS Java machine management and control of Services, Neds,
callbacks and Applications
|
com.tailf.notif |
Package for subscription to asynchronous events.
|
Constructor and Description |
---|
CdbException(String msg,
ErrorCode code) |
CdbException(String msg,
ErrorCode code,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
ConfException.getErrorCode() |
static ErrorCode |
ErrorCode.valueOf(int i) |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConfBadTermException(String msg,
ErrorCode code,
Throwable cause) |
ConfException(String msg,
ErrorCode code) |
ConfException(String msg,
ErrorCode code,
Throwable cause) |
ConfException(String msg,
ErrorCode code,
Throwable cause,
Object o) |
ConfWarningException(String msg,
ErrorCode code,
ConfWarning[] ws) |
Constructor and Description |
---|
DpCallbackException(String msg,
ErrorCode code) |
DpCallbackException(String msg,
ErrorCode code,
Throwable cause) |
DpException(String msg,
ErrorCode code,
Throwable cause) |
Constructor and Description |
---|
HaException(String msg,
ErrorCode code) |
HaException(String msg,
ErrorCode code,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
MaapiOutputStream.getErrorCode()
This method can be called after a call to
MaapiOutputStream.hasWriteAll() to get the error code in case
MaapiOutputStream.hasWriteAll() returns false, which is the case when writing to
the output stream fails. |
Constructor and Description |
---|
MaapiException(String msg,
ErrorCode code) |
MaapiException(String msg,
ErrorCode code,
Throwable cause) |
MaapiWarningException(String msg,
ErrorCode code,
ConfWarning[] ws) |
Constructor and Description |
---|
NavuException(String msg,
ErrorCode code,
Throwable cause) |
Constructor and Description |
---|
NcsException(String msg,
ErrorCode code,
Throwable cause) |
Constructor and Description |
---|
NotifException(String msg,
ErrorCode code) |
NotifException(String msg,
ErrorCode code,
Throwable cause) |