Public Member Functions | |
String | get_DAO (String curl) throws CDBRecordDoesNotExistEx |
DAO | get_DAO_Servant (String curl) |
void | shutdown () |
int | add_change_listener (DALChangeListener listener) |
void | listen_for_changes (String curl, int listenerID) |
void | remove_change_listener (int listenerID) |
String | list_nodes (String name) |
String | configuration_name () |
String | list_daos (String name) |
Package Functions | |
String | addCurlToXmlMapping (String curl, String xml) |
String | removeCurl (String curl) |
void | setThrowException (boolean throwEx) |
Private Attributes | |
Map< String, String > | curlToXmlMap = new HashMap<String String>() |
boolean | throwEx = false |
|
|
|
|
|
|
|
Test impl of the only CDB method which actually gets used by the logging config classes. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|