| Package | Description | 
|---|---|
| com.tailf.cdb | 
 Package with methods for connecting to the configuration database. 
 | 
| com.tailf.conf | 
 Data types and utilities for communication with the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CdbUpgradeSession.cd(ConfCdbUpgradePath path)  | 
void | 
CdbUpgradeSession.create(ConfCdbUpgradePath path)  | 
void | 
CdbUpgradeSession.delete(ConfCdbUpgradePath path)  | 
boolean | 
CdbUpgradeSession.exists(ConfCdbUpgradePath path)  | 
ConfObject | 
CdbUpgradeSession.getCase(String choice,
       ConfCdbUpgradePath path)  | 
ConfValue | 
CdbUpgradeSession.getElem(ConfCdbUpgradePath path)  | 
int | 
CdbUpgradeSession.getNumberOfInstances(ConfCdbUpgradePath path)  | 
ConfObject[] | 
CdbUpgradeSession.getObject(int numOfObjects,
         ConfCdbUpgradePath path)  | 
List<ConfObject[]> | 
CdbUpgradeSession.getObjects(int numOfObjects,
          int instance,
          int numOfInstances,
          ConfCdbUpgradePath path)  | 
ConfXMLParam[] | 
CdbUpgradeSession.getValues(ConfXMLParam[] params,
         ConfCdbUpgradePath path)  | 
int | 
CdbUpgradeSession.index(ConfCdbUpgradePath path)  | 
boolean | 
CdbUpgradeSession.isDefault(ConfCdbUpgradePath path)  | 
int | 
CdbUpgradeSession.nextIndex(ConfCdbUpgradePath path)  | 
void | 
CdbUpgradeSession.pushd(ConfCdbUpgradePath path)  | 
void | 
CdbUpgradeSession.setCase(String choice,
       String scase,
       ConfCdbUpgradePath path)  | 
void | 
CdbUpgradeSession.setElem(ConfValue value,
       ConfCdbUpgradePath path)  | 
void | 
CdbUpgradeSession.setObject(ConfValue[] values,
         ConfCdbUpgradePath path)  | 
void | 
CdbUpgradeSession.setValues(ConfXMLParam[] params,
         ConfCdbUpgradePath path)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConfCdbUpgradePath | 
ConfCdbUpgradePath.append(String s)
Appends suffix path to existing keypath 
 | 
ConfCdbUpgradePath | 
ConfCdbUpgradePath.copyAppend(String s)
CopyAppends to the keypath 
 | 
ConfCdbUpgradePath | 
ConfCdbUpgradePath.copyPop()
Creates a new ConfCdbUpgradePath with the current path minus the last
 element including list keys. 
 |