Uses of Class
com.tailf.cdb.Cdb
Packages that use 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
Methods in com.tailf.cdb that return CdbConstructors in com.tailf.cdb with parameters of type CdbModifierConstructorDescriptionCdbSession
(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
Constructors in com.tailf.conf with parameters of type Cdb -
Uses of Cdb in com.tailf.ncs
Methods in com.tailf.ncs that return CdbModifier 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
Methods in com.tailf.ncs.alarmman.consumer with parameters of type CdbModifier and TypeMethodDescriptionstatic AlarmSourceCentral
AlarmSourceCentral.getAlarmSource
(int alarmQueueLen, Cdb cdb) Retrieves the alarm source central object. -
Uses of Cdb in com.tailf.ncs.alarmman.producer
Methods in com.tailf.ncs.alarmman.producer with parameters of type CdbModifier and TypeMethodDescriptionstatic AlarmSinkCentral
AlarmSinkCentral.getAlarmSink
(int alarmQueueLen, Cdb cdb) Deprecated.static AlarmSinkCentral
AlarmSinkCentral.getAlarmSink
(int alarmQueueLen, Cdb cdb, int alarmBufSize, long alarmBufTimeout) Deprecated.Constructors in com.tailf.ncs.alarmman.producer with parameters of type Cdb