Uses of Class
com.tailf.conf.ConfResponse
Package
Description
Package with methods for connecting to the configuration database.
Data types and utilities for communication with the server.
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
Package for setup and control of High Availability cluster nodes.
MAAPI is an API which provides full access to the systems internal
transaction engine.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
Package for subscription to asynchronous events.
-
Uses of ConfResponse in com.tailf.cdb
Modifier and TypeMethodDescriptionstatic 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) -
Uses of ConfResponse in com.tailf.conf
Modifier and TypeMethodDescriptionstatic ConfResponse
ConfInternal.requestTerm
(Socket socket, int op) 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.requestTerm
(Socket socket, int op, ConfEObject arg) Requests a term from ConfD/NCS.static ConfResponse
ConfInternal.requestTerm
(SelectionKey key, int op) Request the operationop
with no argument, and read the response from ConfD/NCS.static ConfResponse
ConfInternal.requestTerm
(SelectionKey key, int op, int thandle, boolean isrel, ConfEObject arg) Write a termarg
for the specified operationop
, transaction handlethandle
( if available -1 otherwise ) and read the response, from ConfD/NCS.static ConfResponse
ConfInternal.requestTerm
(SelectionKey key, int op, ConfEObject arg) Write a termarg
for the specified operationop
and read the response, from ConfD/NCS.static ConfResponse
Common method to read a term from ConfD/NCS NOTE: This method should not be used by users of this API.static ConfResponse
Request one term from ConfD/NCS.static ConfResponse
Request one term from ConfD/NCS.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 givenSelectionKey
and the opcdbop
.Modifier and TypeMethodDescriptionstatic ConfException
ConfException.mk
(ConfResponse r) static ConfException
ConfException.mk
(ConfResponse r, ConfPath errPath) -
Uses of ConfResponse in com.tailf.dp
Modifier and TypeMethodDescriptionstatic ConfException
DpCallbackExtendedException.mk
(int extendedErrorCode, ConfNamespace appNS, String appTag, ConfResponse r) Deprecated.static ConfException
DpException.mk
(ConfResponse r) -
Uses of ConfResponse in com.tailf.ha
-
Uses of ConfResponse in com.tailf.maapi
Modifier and TypeMethodDescriptionstatic ConfException
MaapiException.mk
(ConfResponse r) static ConfException
MaapiException.mk
(ConfResponse r, ConfPath path) ModifierConstructorDescriptionApplyResult
(ConfResponse result) CommitParams
(ConfResponse result) CommitQueueResult
(ConfResponse result) DryRunResult
(ConfResponse result) -
Uses of ConfResponse in com.tailf.notif