import "cdbDAL.idl";
Inheritance diagram for CDB::DAL:
Public Member Functions | |
string | get_DAO (in string curl) raises (cdbErrType::CDBRecordDoesNotExistEx,cdbErrType::CDBXMLErrorEx) |
DAO | get_DAO_Servant (in string curl) raises (cdbErrType::CDBRecordDoesNotExistEx, cdbErrType::CDBXMLErrorEx) |
oneway void | shutdown () |
long | add_change_listener (in DALChangeListener listener) |
void | listen_for_changes (in string curl, in long listenerID) |
void | remove_change_listener (in long listenerID) |
string | list_nodes (in string name) |
string | list_daos (in string name) |
Public Attributes | |
readonly attribute string | configuration_name |
|
Add a listener to the DAL
|
|
Gives an xml string of a given curl |
|
Gives a DAO node of a given curl |
|
Give a list of nodes' (DAOs) names
|
|
Give a list of the nodes' (non-DAOs) names
|
|
Said to that listener to listen that curl for changes
|
|
Remove the listener
|
|
|
|
Name of used configuration. |