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 |
---|---|
CdbNotificationType |
CdbSubscription.getLatestNotificationType()
Retrieve the latest notification type.
|
static CdbNotificationType |
CdbNotificationType.valueOf(int i) |
static CdbNotificationType |
CdbNotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdbNotificationType[] |
CdbNotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CdbNotificationType |
IterationEntry.getNotifType()
Deprecated.
|
CdbNotificationType |
NavuCdbSubscriptionContext.getNotifType()
Deprecated.
Return the current notification for this
subscription change set.
|