

Public Member Functions | |
| DAOProxy (String curl, DAOOperations dao) | |
| DAOProxy (String curl) | |
| void | initialize (DAOOperations dao) |
| String | getCURL () |
| DAOOperations | getDAO () |
| double[] | get_double_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| double | get_double (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String | get_field_data (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| int[] | get_long_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| int | get_long (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String[] | get_string_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String | get_string (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| void | destroy () |
| void | addConnectionListener (DAOProxyConnectionListener listener) |
| void | removeConnectionListener (DAOProxyConnectionListener listener) |
| String | toString () |
| String | getElementName () |
| void | setElementName (String elementName) |
Protected Attributes | |
| String | curl = null |
| DAOOperations | dao = null |
| LinkedList | listeners = new LinkedList() |
Private Attributes | |
| String | elementName = null |
|
||||||||||||
|
Constructor for DAOProxy.
|
|
|
Constructor for DAOProxy.
|
|
|
Register new connection listener.
|
|
|
Implements com::cosylab::CDB::DAOOperations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns the CDB CURL of the DAO.
|
|
|
Returns the CORBA reference of the DAO.
|
|
|
|
|
|
Initializer of DAOProxy.
|
|
|
Unregister new connection listener.
|
|
|
|
|
|
|
|
|
Path part of the URI reference directly mapping to CDB CURL |
|
|
DAO CORBA reference. |
|
|
|
|
|
Connection listeners. |
1.3.8