public class DelegatingContext extends Object implements Context
PoolingContextSource to wrap a Context, delegating most methods
to the underlying context, retains a reference to the pool the context was checked out
from and returns itself to the pool when close() is called.APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES| Constructor and Description |
|---|
DelegatingContext(org.apache.commons.pool.KeyedObjectPool keyedObjectPool,
Context delegateContext,
DirContextType dirContextType)
Create a new delegating context for the specified pool, context and context type.
|
public DelegatingContext(org.apache.commons.pool.KeyedObjectPool keyedObjectPool,
Context delegateContext,
DirContextType dirContextType)
keyedObjectPool - The pool the delegate context was checked out from.delegateContext - The context to delegate operations to.dirContextType - The type of context, used as a key for the pool.IllegalArgumentException - if any of the arguments are nullpublic Context getDelegateContext()
public Context getInnermostDelegateContext()
protected void assertOpen()
throws NamingException
NamingException - If the delegate is null, close() has been called.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()public Object addToEnvironment(String propName, Object propVal) throws NamingException
addToEnvironment in interface ContextNamingExceptionContext.addToEnvironment(java.lang.String, java.lang.Object)public void bind(Name name, Object obj) throws NamingException
bind in interface ContextNamingExceptionContext.bind(javax.naming.Name, java.lang.Object)public void bind(String name, Object obj) throws NamingException
bind in interface ContextNamingExceptionContext.bind(java.lang.String, java.lang.Object)public void close()
throws NamingException
close in interface ContextNamingExceptionContext.close()public Name composeName(Name name, Name prefix) throws NamingException
composeName in interface ContextNamingExceptionContext.composeName(javax.naming.Name, javax.naming.Name)public String composeName(String name, String prefix) throws NamingException
composeName in interface ContextNamingExceptionContext.composeName(java.lang.String, java.lang.String)public Context createSubcontext(Name name) throws NamingException
createSubcontext in interface ContextNamingExceptionContext.createSubcontext(javax.naming.Name)public Context createSubcontext(String name) throws NamingException
createSubcontext in interface ContextNamingExceptionContext.createSubcontext(java.lang.String)public void destroySubcontext(Name name) throws NamingException
destroySubcontext in interface ContextNamingExceptionContext.destroySubcontext(javax.naming.Name)public void destroySubcontext(String name) throws NamingException
destroySubcontext in interface ContextNamingExceptionContext.destroySubcontext(java.lang.String)public Hashtable<?,?> getEnvironment() throws NamingException
getEnvironment in interface ContextNamingExceptionContext.getEnvironment()public String getNameInNamespace() throws NamingException
getNameInNamespace in interface ContextNamingExceptionContext.getNameInNamespace()public NameParser getNameParser(Name name) throws NamingException
getNameParser in interface ContextNamingExceptionContext.getNameParser(javax.naming.Name)public NameParser getNameParser(String name) throws NamingException
getNameParser in interface ContextNamingExceptionContext.getNameParser(java.lang.String)public NamingEnumeration<NameClassPair> list(Name name) throws NamingException
list in interface ContextNamingExceptionContext.list(javax.naming.Name)public NamingEnumeration<NameClassPair> list(String name) throws NamingException
list in interface ContextNamingExceptionContext.list(java.lang.String)public NamingEnumeration<Binding> listBindings(Name name) throws NamingException
listBindings in interface ContextNamingExceptionContext.listBindings(javax.naming.Name)public NamingEnumeration<Binding> listBindings(String name) throws NamingException
listBindings in interface ContextNamingExceptionContext.listBindings(java.lang.String)public Object lookup(Name name) throws NamingException
lookup in interface ContextNamingExceptionContext.lookup(javax.naming.Name)public Object lookup(String name) throws NamingException
lookup in interface ContextNamingExceptionContext.lookup(java.lang.String)public Object lookupLink(Name name) throws NamingException
lookupLink in interface ContextNamingExceptionContext.lookupLink(javax.naming.Name)public Object lookupLink(String name) throws NamingException
lookupLink in interface ContextNamingExceptionContext.lookupLink(java.lang.String)public void rebind(Name name, Object obj) throws NamingException
rebind in interface ContextNamingExceptionContext.rebind(javax.naming.Name, java.lang.Object)public void rebind(String name, Object obj) throws NamingException
rebind in interface ContextNamingExceptionContext.rebind(java.lang.String, java.lang.Object)public Object removeFromEnvironment(String propName) throws NamingException
removeFromEnvironment in interface ContextNamingExceptionContext.removeFromEnvironment(java.lang.String)public void rename(Name oldName, Name newName) throws NamingException
rename in interface ContextNamingExceptionContext.rename(javax.naming.Name, javax.naming.Name)public void rename(String oldName, String newName) throws NamingException
rename in interface ContextNamingExceptionContext.rename(java.lang.String, java.lang.String)public void unbind(Name name) throws NamingException
unbind in interface ContextNamingExceptionContext.unbind(javax.naming.Name)public void unbind(String name) throws NamingException
unbind in interface ContextNamingExceptionContext.unbind(java.lang.String)