Public Member Functions | |
| BrowserJNDIContext (Logger logger) | |
| BrowserJNDIContext (String name, String elements, Logger logger) | |
| Object | lookup (Name name) throws NamingException |
Static Public Member Functions | |
| static void | setDal (DAL dal) |
| static void | setOrb (ORB orb) |
| com::cosylab::cdb::browser::BrowserJNDIContext::BrowserJNDIContext | ( | Logger | logger | ) | [inline] |
Constructor for CDBContext.
Referenced by lookup().
| com::cosylab::cdb::browser::BrowserJNDIContext::BrowserJNDIContext | ( | String | name, | |
| String | elements, | |||
| Logger | logger | |||
| ) | [inline] |
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
| Object com::cosylab::cdb::browser::BrowserJNDIContext::lookup | ( | Name | name | ) | throws NamingException [inline] |
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.
References BrowserJNDIContext(), com::cosylab::cdb::jdal::JNDIContext::dal, com::cosylab::cdb::jdal::JNDIContext::elements, com::cosylab::CDB::DALOperations::get_DAO(), com::cosylab::CDB::DALOperations::get_DAO_Servant(), alma::cdbErrType::wrappers::AcsJCDBXMLErrorEx::getErrorString(), alma::cdbErrType::wrappers::AcsJCDBXMLErrorEx::getFilename(), com::cosylab::CDB::DALOperations::list_daos(), com::cosylab::CDB::DALOperations::list_nodes(), com::cosylab::cdb::jdal::JNDIContext::logger, and com::cosylab::cdb::jdal::JNDIContext::name.
| static void com::cosylab::cdb::browser::BrowserJNDIContext::setDal | ( | DAL | dal | ) | [inline, static] |
Sets the dal.
| dal | The dal to set |
Reimplemented from com::cosylab::cdb::jdal::JNDIContext.
| static void com::cosylab::cdb::browser::BrowserJNDIContext::setOrb | ( | ORB | orb | ) | [inline, static] |
Sets the orb.
| orb | The orb to set |
Reimplemented from com::cosylab::cdb::jdal::JNDIContext.
1.6.2