
Public Member Functions | |
| DAOProxy (DALOperations dal, String curl, DAOOperations dao) | |
| String | getCurl () |
| DAOOperations | getDao () |
| DALOperations | getDal () |
Protected Attributes | |
| String | curl = null |
| DAOOperations | dao = null |
| DALOperations | dal = null |
|
||||||||||||||||
|
Constructor for DAOProxy.
|
|
|
Returns the CDB CURL of the DAO.
|
|
|
Returns the CORBA reference of the DAL.
|
|
|
Returns the CORBA reference of the DAO.
|
|
|
Path part of the URI reference directly mapping to CDB CURL |
|
|
DAL CORBA reference. |
|
|
DAO CORBA reference. |
1.3.8