Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

com::cosylab::cdb::jdal::JNDIContext Class Reference

Inheritance diagram for com::cosylab::cdb::jdal::JNDIContext:

Inheritance graph
[legend]
Collaboration diagram for com::cosylab::cdb::jdal::JNDIContext:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 JNDIContext ()
 JNDIContext (String name, String elements)
Object lookup (Name name) throws NamingException
Object lookup (String name) throws NamingException
NamingEnumeration list (Name name) throws NamingException
NamingEnumeration list (String name) throws NamingException
void bind (Name name, Object obj) throws NamingException
void bind (String name, Object obj) throws NamingException
void rebind (Name name, Object obj) throws NamingException
void rebind (String name, Object obj) throws NamingException
void unbind (Name name) throws NamingException
void unbind (String name) throws NamingException
void rename (Name oldName, Name newName) throws NamingException
void rename (String oldName, String newName) throws NamingException
NamingEnumeration listBindings (Name name) throws NamingException
NamingEnumeration listBindings (String name) throws NamingException
void destroySubcontext (Name name) throws NamingException
void destroySubcontext (String name) throws NamingException
Context createSubcontext (Name name) throws NamingException
Context createSubcontext (String name) throws NamingException
Object lookupLink (Name name) throws NamingException
Object lookupLink (String name) throws NamingException
NameParser getNameParser (Name name) throws NamingException
NameParser getNameParser (String name) throws NamingException
Name composeName (Name name, Name prefix) throws NamingException
String composeName (String name, String prefix) throws NamingException
Object addToEnvironment (String propName, Object propVal) throws NamingException
Object removeFromEnvironment (String propName) throws NamingException
Hashtable getEnvironment () throws NamingException
void close () throws NamingException
String getNameInNamespace () throws NamingException

Static Public Member Functions

void setDal (DAL dal)
void setOrb (ORB orb)

Protected Attributes

String name
String elements

Static Protected Attributes

ORB orb
DAL dal

Constructor & Destructor Documentation

com::cosylab::cdb::jdal::JNDIContext::JNDIContext  )  [inline]
 

Constructor for CDBContext.

com::cosylab::cdb::jdal::JNDIContext::JNDIContext String  name,
String  elements
[inline]
 

Constructor for CDBContext.


Member Function Documentation

Object com::cosylab::cdb::jdal::JNDIContext::addToEnvironment String  propName,
Object  propVal
throws NamingException [inline]
 

See also:
Context#addToEnvironment(String, Object)

void com::cosylab::cdb::jdal::JNDIContext::bind String  name,
Object  obj
throws NamingException [inline]
 

See also:
Context#bind(String, Object)

void com::cosylab::cdb::jdal::JNDIContext::bind Name  name,
Object  obj
throws NamingException [inline]
 

See also:
Context#bind(Name, Object)

void com::cosylab::cdb::jdal::JNDIContext::close  )  throws NamingException [inline]
 

See also:
Context#close()

String com::cosylab::cdb::jdal::JNDIContext::composeName String  name,
String  prefix
throws NamingException [inline]
 

See also:
Context#composeName(String, String)

Name com::cosylab::cdb::jdal::JNDIContext::composeName Name  name,
Name  prefix
throws NamingException [inline]
 

See also:
Context#composeName(Name, Name)

Context com::cosylab::cdb::jdal::JNDIContext::createSubcontext String  name  )  throws NamingException [inline]
 

See also:
Context#createSubcontext(String)

Context com::cosylab::cdb::jdal::JNDIContext::createSubcontext Name  name  )  throws NamingException [inline]
 

See also:
Context#createSubcontext(Name)

void com::cosylab::cdb::jdal::JNDIContext::destroySubcontext String  name  )  throws NamingException [inline]
 

See also:
Context#destroySubcontext(String)

void com::cosylab::cdb::jdal::JNDIContext::destroySubcontext Name  name  )  throws NamingException [inline]
 

See also:
Context#destroySubcontext(Name)

Hashtable com::cosylab::cdb::jdal::JNDIContext::getEnvironment  )  throws NamingException [inline]
 

See also:
Context#getEnvironment()

String com::cosylab::cdb::jdal::JNDIContext::getNameInNamespace  )  throws NamingException [inline]
 

See also:
Context#getNameInNamespace()

NameParser com::cosylab::cdb::jdal::JNDIContext::getNameParser String  name  )  throws NamingException [inline]
 

See also:
Context#getNameParser(String)

NameParser com::cosylab::cdb::jdal::JNDIContext::getNameParser Name  name  )  throws NamingException [inline]
 

See also:
Context#getNameParser(Name)

NamingEnumeration com::cosylab::cdb::jdal::JNDIContext::list String  name  )  throws NamingException [inline]
 

See also:
Context#list(String)

NamingEnumeration com::cosylab::cdb::jdal::JNDIContext::list Name  name  )  throws NamingException [inline]
 

See also:
Context#list(Name)

Reimplemented in com::cosylab::cdb::jdal::JNDIXMLContext, and com::cosylab::cdb::browser::BrowserJNDIXMLContext.

NamingEnumeration com::cosylab::cdb::jdal::JNDIContext::listBindings String  name  )  throws NamingException [inline]
 

See also:
Context#listBindings(String)

NamingEnumeration com::cosylab::cdb::jdal::JNDIContext::listBindings Name  name  )  throws NamingException [inline]
 

See also:
Context#listBindings(Name)

Object com::cosylab::cdb::jdal::JNDIContext::lookup String  name  )  throws NamingException [inline]
 

See also:
Context#lookup(String)

Object com::cosylab::cdb::jdal::JNDIContext::lookup Name  name  )  throws NamingException [inline]
 

This methos returns either a new JNDI_Context or a new JNDI_XMLContxt obj.

Reimplemented in com::cosylab::cdb::jdal::JNDIXMLContext, com::cosylab::cdb::browser::BrowserJNDIContext, and com::cosylab::cdb::browser::BrowserJNDIXMLContext.

Object com::cosylab::cdb::jdal::JNDIContext::lookupLink String  name  )  throws NamingException [inline]
 

See also:
Context#lookupLink(String)

Object com::cosylab::cdb::jdal::JNDIContext::lookupLink Name  name  )  throws NamingException [inline]
 

See also:
Context#lookupLink(Name)

void com::cosylab::cdb::jdal::JNDIContext::rebind String  name,
Object  obj
throws NamingException [inline]
 

See also:
Context#rebind(String, Object)

void com::cosylab::cdb::jdal::JNDIContext::rebind Name  name,
Object  obj
throws NamingException [inline]
 

See also:
Context#rebind(Name, Object)

Object com::cosylab::cdb::jdal::JNDIContext::removeFromEnvironment String  propName  )  throws NamingException [inline]
 

See also:
Context#removeFromEnvironment(String)

void com::cosylab::cdb::jdal::JNDIContext::rename String  oldName,
String  newName
throws NamingException [inline]
 

See also:
Context#rename(String, String)

void com::cosylab::cdb::jdal::JNDIContext::rename Name  oldName,
Name  newName
throws NamingException [inline]
 

See also:
Context#rename(Name, Name)

void com::cosylab::cdb::jdal::JNDIContext::setDal DAL  dal  )  [inline, static]
 

Sets the dal.

Parameters:
dal The dal to set

Reimplemented in com::cosylab::cdb::browser::BrowserJNDIContext.

void com::cosylab::cdb::jdal::JNDIContext::setOrb ORB  orb  )  [inline, static]
 

Sets the orb.

Parameters:
orb The orb to set

Reimplemented in com::cosylab::cdb::browser::BrowserJNDIContext.

void com::cosylab::cdb::jdal::JNDIContext::unbind String  name  )  throws NamingException [inline]
 

See also:
Context#unbind(String)

void com::cosylab::cdb::jdal::JNDIContext::unbind Name  name  )  throws NamingException [inline]
 

See also:
Context#unbind(Name)


Member Data Documentation

DAL com::cosylab::cdb::jdal::JNDIContext::dal [static, protected]
 

String com::cosylab::cdb::jdal::JNDIContext::elements [protected]
 

String com::cosylab::cdb::jdal::JNDIContext::name [protected]
 

ORB com::cosylab::cdb::jdal::JNDIContext::orb [static, protected]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:12:20 2009 for ACS Java API by doxygen 1.3.8