|
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 |