Package | Description |
---|---|
com.tailf.dp |
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
|
com.tailf.dp.services |
Service callback specific context and utilities.
|
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 |
---|---|
Maapi |
Dp.getServicePointMaapi() |
Modifier and Type | Method and Description |
---|---|
Maapi |
ServiceContextImpl.getAttachedServiceMaapi()
Internal, subject to change without notice.
Internal used method to get the a maapi object attached to the correct
transaction
|
Constructor and Description |
---|
MaapiCrypto(Maapi maapi) |
Modifier and Type | Method and Description |
---|---|
Maapi |
NavuContextBase.getMaapi()
Getter for MAAPI
|
Maapi |
NavuContextBase.getReadOnlyMaapi()
Deprecated.
|
Constructor and Description |
---|
NavuContainer(Maapi m,
int handle,
int rootHash)
Constructor for a single namespace.
|
NavuContainer(Maapi readWrite,
int readWriteTid,
Maapi readOnly,
int readOnlyTid,
int rootHash)
Deprecated.
|
NavuContext(Maapi m)
This constructor prepares a context to be used with a maapi transaction
towards either
Conf.DB_RUNNING or Conf.DB_OPERATIONAL . |
NavuContext(Maapi m,
int confTh)
Constructor for running NAVU with a transaction towards DB_RUNNING.
|
NavuContext(Maapi readWrite,
int readWriteTid,
Maapi readOnly,
int readOnlyTid)
Deprecated.
|