import "cdbDAL.idl";
List of all members.
Detailed Description
DAL Interface
Member Function Documentation
Add a listener to the DAL
- Parameters:
-
- Returns:
- ID of the listener added
Gives an xml string of a given curl
Gives a DAO node of a given curl
string CDB::DAL::list_daos |
( |
in string |
name |
) |
|
Give a list of nodes' (DAOs) names
- Parameters:
-
| curl | to list |
| string | list of nodes' names |
string CDB::DAL::list_nodes |
( |
in string |
name |
) |
|
Give a list of the nodes' (non-DAOs) names
- Parameters:
-
- Returns:
- string list of the nodes' names
void CDB::DAL::listen_for_changes |
( |
in string |
curl, |
|
|
in long |
listenerID | |
|
) |
| | |
Said to that listener to listen that curl for changes
- Parameters:
-
| the | curl listened |
| the | id of the listener |
void CDB::DAL::remove_change_listener |
( |
in long |
listenerID |
) |
|
Remove the listener
- Parameters:
-
| the | id of the listener to remove |
oneway void CDB::DAL::shutdown |
( |
|
) |
|
Member Data Documentation
Name of used configuration, such as "XML" for the XML-based implementation.
The documentation for this interface was generated from the following file: