Uses of Class
com.tailf.cdb.Cdb
Package
Description
Package with methods for connecting to the configuration database.
Data types and utilities for communication with the server.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
NCS Java machine management and control of Services, Neds,
callbacks and Applications
The Alarm Manager consumer package provides support for subscription to
alarms in the NCS Alarm list.
The Alarm Manager producer package provides support for injection of
alarms into the NCS Alarm list.
-
Uses of Cdb in com.tailf.cdb
ModifierConstructorDescriptionCdbSession
(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 specifiedCdb
socket.CdbUpgradeSession
(Cdb cdb) CdbUpgradeSession
(Cdb cdb, CdbDBType dbtype) CdbUpgradeSession
(Cdb cdb, CdbDBType dbtype, EnumSet<CdbLockType> lockflags) -
Uses of Cdb in com.tailf.conf
-
Uses of Cdb in com.tailf.ncs
Modifier and TypeMethodDescriptionstatic Cdb
ResourceManager.getCdbResource
(Object object, ResourceType cdbType, Scope scope) static Cdb
ResourceManager.getCdbResource
(Object object, ResourceType cdbType, Scope scope, String qualifier) -
Uses of Cdb in com.tailf.ncs.alarmman.consumer
Modifier and TypeMethodDescriptionstatic AlarmSourceCentral
AlarmSourceCentral.getAlarmSource
(int alarmQueueLen, Cdb cdb) Retrieves the alarm source central object. -
Uses of Cdb in com.tailf.ncs.alarmman.producer
Modifier and TypeMethodDescriptionstatic AlarmSinkCentral
AlarmSinkCentral.getAlarmSink
(int alarmQueueLen, Cdb cdb) Deprecated.static AlarmSinkCentral
AlarmSinkCentral.getAlarmSink
(int alarmQueueLen, Cdb cdb, int alarmBufSize, long alarmBufTimeout) Deprecated.