Package | Description |
---|---|
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.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.ncs.alarmman.producer |
The Alarm Manager producer package provides support for injection of
alarms into the NCS Alarm list.
|
com.tailf.ncs.template |
Constructor and Description |
---|
ConfPath(Maapi maapi,
int tid,
ConfObject[] kp) |
ConfPath(Maapi maapi,
int tid,
String fmt,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Maapi |
Dp.getServicePointMaapi() |
Constructor and Description |
---|
MaapiCrypto(Maapi maapi) |
MountIdCb(Maapi maapi,
int tid) |
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.
|
Modifier and Type | Method and Description |
---|---|
static Maapi |
ResourceManager.getMaapiResource(Object object,
Scope scope) |
static Maapi |
ResourceManager.getMaapiResource(Object object,
Scope scope,
String qualifier) |
Modifier and Type | Method and Description |
---|---|
static AlarmSinkCentral |
AlarmSinkCentral.getAlarmSink(int alarmQueueLen,
Maapi maapi)
Creates and returns the singleton instance of the
AlarmSinkCentral |
static AlarmSinkCentral |
AlarmSinkCentral.getAlarmSink(int alarmQueueLen,
Maapi maapi,
int alarmBufSize,
long alarmBufTimeout)
Creates and returns the buffered NCS alarm queue.
|
Constructor and Description |
---|
AlarmSink(Maapi maapi)
Construct an
AlarmSink using the given Maapi
object for writing alarms directly to the alarm list. |
Modifier and Type | Method and Description |
---|---|
void |
Template.apply(Maapi maapi,
int tid,
ConfPath rootPath,
TemplateVariables variables)
Apply a template in the specified context
|
static boolean |
Template.exists(Maapi maapi,
String template) |
static Set<String> |
Template.getTemplates(Maapi maapi) |
Constructor and Description |
---|
Template(Maapi aMaapi,
String aTemplateName) |