Inheritance diagram for fr.dyade.aaa.jndi2.client.NamingContextImpl:


Public Member Functions | |
| NamingContextImpl (NamingConnection connection, CompositeName contextPath) 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 |
| Object | lookup (Name name) throws NamingException |
| Object | lookup (String name) throws NamingException |
| void | unbind (Name name) throws NamingException |
| void | unbind (String name) throws NamingException |
| void | close () throws NamingException |
| Hashtable | getEnvironment () throws NamingException |
| NamingEnumeration | list (Name name) throws NamingException |
| NamingEnumeration | list (String name) throws NamingException |
| NamingEnumeration | listBindings (Name name) throws NamingException |
| NamingEnumeration | listBindings (String name) throws NamingException |
| Context | createSubcontext (Name name) throws NamingException |
| Context | createSubcontext (String name) throws NamingException |
| void | destroySubcontext (Name name) throws NamingException |
| void | destroySubcontext (String name) throws NamingException |
| String | getNameInNamespace () throws NamingException |
| Object | addToEnvironment (Name propName, Object propVal) throws NamingException |
| Object | addToEnvironment (String propName, Object propVal) throws NamingException |
| Name | composeName (Name name, Name prefix) throws NamingException |
| String | composeName (String name, String prefix) throws NamingException |
| NameParser | getNameParser (Name name) throws NamingException |
| NameParser | getNameParser (String name) throws NamingException |
| Object | lookupLink (Name name) throws NamingException |
| Object | lookupLink (String name) throws NamingException |
| Object | removeFromEnvironment (String propName) throws NamingException |
| void | rename (Name oldName, Name newName) throws NamingException |
| void | rename (String oldName, String newName) throws NamingException |
| String | toString () |
Protected Member Functions | |
| NamingContextImpl () | |
| void | finalize () throws Throwable |
Definition at line 34 of file NamingContextImpl.java.
| fr.dyade.aaa.jndi2.client.NamingContextImpl.NamingContextImpl | ( | ) | [protected] |
Empty constructor, called by the subclass.
Definition at line 50 of file NamingContextImpl.java.
Referenced by fr.dyade.aaa.jndi2.client.NamingContextImpl.createSubcontext(), fr.dyade.aaa.jndi2.client.NamingContextImpl.listBindings(), and fr.dyade.aaa.jndi2.client.NamingContextImpl.lookup().
1.5.0