| java.lang.Object com.caucho.naming.ErrorContext
ErrorContext | public class ErrorContext implements Context(Code) | | Error context always throwing NamingExceptions.
|
Method Summary | |
public Object | addToEnvironment(String prop, Object value) | public void | bind(String name, Object obj) | public void | bind(Name name, Object obj) | public void | close() Close is indended to free any transient data, like a cached
socket. | public String | composeName(String prefix, String suffix) | public Name | composeName(Name prefix, Name suffix) | public Context | createSubcontext(String name) | public Context | createSubcontext(Name name) | public void | destroySubcontext(String name) | public void | destroySubcontext(Name name) | public Hashtable | getEnvironment() | public String | getNameInNamespace() | public NameParser | getNameParser(String name) | public NameParser | getNameParser(Name name) | public NamingEnumeration | list(String name) | public NamingEnumeration | list(Name name) | public NamingEnumeration | listBindings(String name) | public NamingEnumeration | listBindings(Name name) | public Object | lookup(String name) Looks up an object using its full string name. | public Object | lookup(Name name) Looks up an object with the given parsed JNDI name. | public Object | lookupLink(String name) | public Object | lookupLink(Name name) | public void | rebind(String name, Object obj) | public void | rebind(Name name, Object obj) | public Object | removeFromEnvironment(String prop) | public void | rename(String oldName, String newName) | public void | rename(Name oldName, Name newName) | public void | unbind(String name) | public void | unbind(Name name) |
L | protected static L10N L(Code) | | |
close | public void close() throws NamingException(Code) | | Close is indended to free any transient data, like a cached
socket. It does not affect the JNDI tree.
|
lookup | public Object lookup(String name) throws NamingException(Code) | | Looks up an object using its full string name. The path is searched
recursively. parseFirst returns the first segment. The
|
|
|