Public Member Functions | Static Public Member Functions

com.cosylab.cdb.browser.BrowserJNDIContext Class Reference

Inheritance diagram for com.cosylab.cdb.browser.BrowserJNDIContext:
com.cosylab.cdb.jdal.JNDIContext com.cosylab.cdb.browser.BrowserJNDIXMLContext

List of all members.

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)

Constructor & Destructor Documentation

com.cosylab.cdb.browser.BrowserJNDIContext.BrowserJNDIContext ( Logger  logger  ) 

Constructor for CDBContext.

Referenced by com.cosylab.cdb.browser.BrowserJNDIContext.lookup().

com.cosylab.cdb.browser.BrowserJNDIContext.BrowserJNDIContext ( String  name,
String  elements,
Logger  logger 
)

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


Member Function Documentation

Object com.cosylab.cdb.browser.BrowserJNDIContext.lookup ( Name  name  )  throws NamingException
static void com.cosylab.cdb.browser.BrowserJNDIContext.setDal ( DAL  dal  )  [static]

Sets the dal.

Parameters:
dal The dal to set

Reimplemented from com.cosylab.cdb.jdal.JNDIContext.

static void com.cosylab.cdb.browser.BrowserJNDIContext.setOrb ( ORB  orb  )  [static]

Sets the orb.

Parameters:
orb The orb to set

Reimplemented from com.cosylab.cdb.jdal.JNDIContext.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties