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.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.consumer |
The Alarm Manager consumer package provides support for subscription to
alarms in the NCS Alarm list.
|
com.tailf.ncs.alarmman.producer |
The Alarm Manager producer package provides support for injection of
alarms into the NCS Alarm list.
|
Modifier and Type | Method and Description |
---|---|
Cdb |
CdbSession.getCdb() |
Cdb |
CdbSubscription.getCdb() |
Constructor and Description |
---|
CdbSession(Cdb cdb)
Creates a new CDB session
instance against the running database.
|
CdbSession(Cdb cdb,
CdbDBType dbtype)
Starts a new session on an already connected Cdb instance.
|
CdbSession(Cdb cdb,
CdbDBType dbtype,
EnumSet<CdbLockType> lockflags)
Starts a new session on an already established Cdb with
explicitly given lockflags.
|
CdbSubscription(Cdb cdb)
Creates a CDB subscription instance, with the specified
Cdb socket. |
CdbUpgradeSession(Cdb cdb) |
CdbUpgradeSession(Cdb cdb,
CdbDBType dbtype) |
CdbUpgradeSession(Cdb cdb,
CdbDBType dbtype,
EnumSet<CdbLockType> lockflags) |
Constructor and Description |
---|
ConfPath(Cdb cdb,
ConfObject[] kp) |
ConfPath(Cdb cdb,
String fmt,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Cdb |
NavuContextBase.getBackingStoreCdb()
Get the backing store Cdb instance.
|
Cdb |
NavuContextBase.getCdb()
Deprecated.
|
Cdb |
SessionContainer.getLocalCdb() |
Cdb |
SessionContainer.getRootCdb() |
Modifier and Type | Method and Description |
---|---|
void |
SessionContainer.addLocalCdb(Cdb localCdb) |
void |
SessionContainer.addRootCdb(Cdb rootCdb) |
CdbSession |
NavuCdbSessionPoolable.getSession(Cdb rootCdb,
CdbDBType dbType,
EnumSet<CdbLockType> locks)
Returns a Cdb session to
dbType datastore with
the locks locks associated with the given Cdb. |
void |
NavuCdbSessionPoolable.removeAllForCdb(Cdb rootCdb)
Removes or closes all CdbSession associated with the supplied Cdb.
|
Constructor and Description |
---|
NavuContainer(Cdb cdb,
int hash)
Deprecated.
|
NavuContext(Cdb cdb)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Cdb |
ResourceManager.getCdbResource(Object object,
ResourceType cdbType,
Scope scope) |
static Cdb |
ResourceManager.getCdbResource(Object object,
ResourceType cdbType,
Scope scope,
String qualifier) |
Modifier and Type | Method and Description |
---|---|
static AlarmSourceCentral |
AlarmSourceCentral.getAlarmSource(int alarmQueueLen,
Cdb cdb)
Retrieves the alarm source central object.
|
Modifier and Type | Method and Description |
---|---|
static AlarmSinkCentral |
AlarmSinkCentral.getAlarmSink(int alarmQueueLen,
Cdb cdb)
Deprecated.
|
static AlarmSinkCentral |
AlarmSinkCentral.getAlarmSink(int alarmQueueLen,
Cdb cdb,
int alarmBufSize,
long alarmBufTimeout)
Deprecated.
|
Constructor and Description |
---|
AlarmSink(Cdb cdb)
Deprecated.
|