Package | Description |
---|---|
com.tailf.cdb |
Package with methods for connecting to the configuration database.
|
Modifier and Type | Method and Description |
---|---|
static CdbGetModificationFlag |
CdbGetModificationFlag.valueOf(int i) |
static CdbGetModificationFlag |
CdbGetModificationFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdbGetModificationFlag[] |
CdbGetModificationFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ConfXMLParam> |
CdbSubscription.getModifications(CdbGetModificationFlag flag)
Deprecated.
|
List<ConfXMLParam> |
CdbSubscription.getModifications(int subid,
CdbGetModificationFlag flag,
ConfPath path)
Deprecated.
|
List<ConfXMLParam> |
CdbSubscription.getModifications(int subid,
CdbGetModificationFlag flag,
String fmt,
Object... args)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ConfXMLParam> |
CdbSubscription.getModifications(EnumSet<CdbGetModificationFlag> flags)
Retrieve changes that caused by subscription notification.
|
List<ConfXMLParam> |
CdbSubscription.getModifications(int subid,
EnumSet<CdbGetModificationFlag> flags,
ConfPath path)
Retrieve changes that caused by subscription notification.
|
List<ConfXMLParam> |
CdbSubscription.getModifications(int subid,
EnumSet<CdbGetModificationFlag> flags,
String fmt,
Object... args)
Retrieve changes that caused by subscription notification.
|