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.
|
com.tailf.ncs.alarmman.common |
The Common Alarm Management package contains common definitions that are
used within the alarm manager.
|
Modifier and Type | Class and Description |
---|---|
class |
Cdb
This class represents a connection to
ConfD/NCS built in
XML database. |
class |
CdbSubscription
This class provides subscription functionality to CDB.
|
Modifier and Type | Method and Description |
---|---|
MountIdInterface |
InstancePath.getMountIdGetter() |
Modifier and Type | Method and Description |
---|---|
static ConfNamespace |
ConfNamespace.findNamespaceFromNsName(ConfPath path,
MountIdInterface mountIdGetter,
String namespaceName) |
static ConfNamespace |
ConfNamespace.findNamespaceFromPrefix(ConfPath path,
MountIdInterface mountIdGetter,
String prefix) |
static ConfNamespace |
ConfNamespace.lookupNamespaceFromPrefix(ConfPath path,
MountIdInterface mountIdGetter,
String prefix) |
void |
InstancePath.setMountIdGetter(MountIdInterface mountGetter) |
Modifier and Type | Class and Description |
---|---|
class |
MountIdCb |
Modifier and Type | Method and Description |
---|---|
MaapiSchemas.CSNode |
MaapiSchemas.findCSNode(MountIdInterface mountGetter,
String nsName,
List<com.tailf.conf.gen.PathParser.PathElement> pl)
Internally used method to find a node defined by an internal path format
|
MaapiSchemas.CSNode |
MaapiSchemas.findCSNode(MountIdInterface mountGetter,
String nsName,
String fmt,
Object... arguments)
Find and retrieves specific node in the schema information tree.
|
List<String> |
MaapiSchemas.getMountId(MountIdInterface midif,
ConfPath path) |
Modifier and Type | Method and Description |
---|---|
MountIdInterface |
NavuContext.getMountIdInterface() |
Constructor and Description |
---|
ManagedObject(String value,
MountIdInterface mountGetter) |