Public Member Functions | |
BrowserJNDIContext () | |
BrowserJNDIContext (String name, String elements) | |
Object | lookup (Name name) throws NamingException |
Static Public Member Functions | |
void | setDal (DAL dal) |
void | setOrb (ORB orb) |
|
Constructor for CDBContext. |
|
Takes a String representation of a CDBTree level as parameter. When clicking on one of the Nodes of this level the method 'lookup(Name name)' is called. The method will create another level by returning the appropriate constructor |
|
This methos returns either a new JNDI_Context or a new JNDI_XMLContxt obj. Reimplemented from com::cosylab::cdb::jdal::JNDIContext.
Reimplemented in com::cosylab::cdb::browser::BrowserJNDIXMLContext.
|
|
Sets the dal.
Reimplemented from com::cosylab::cdb::jdal::JNDIContext.
|
|
Sets the orb.
Reimplemented from com::cosylab::cdb::jdal::JNDIContext.
|