Package | Description |
---|---|
com.tailf.cdb |
Package with methods for connecting to the configuration database.
|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
Modifier and Type | Method and Description |
---|---|
static CdbSubscriptionSyncType |
CdbSubscriptionSyncType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdbSubscriptionSyncType[] |
CdbSubscriptionSyncType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CdbSubscription.sync(CdbSubscriptionSyncType subscriptionSyncType)
Synchronize the subscriber.
|
Modifier and Type | Method and Description |
---|---|
void |
NavuCdbConfigSubscriber.registerSyncTypeOnException(CdbSubscriptionSyncType syncType)
Deprecated.
When a user callback throws unexpected exception which is not caught
by the application callback the default behavior for a
NavuCdbConfigSubscriber is to sync with
DONE_SOCKET and shutdown
the subscriber. |