Class DelegatingDirContext

java.lang.Object
org.springframework.ldap.pool2.DelegatingContext
org.springframework.ldap.pool2.DelegatingDirContext
All Implemented Interfaces:
Context, DirContext, DirContextProxy
Direct Known Subclasses:
DelegatingLdapContext

public class DelegatingDirContext extends DelegatingContext implements DirContext, DirContextProxy
Used by PooledContextSource to wrap a DirContext, delegating most methods to the underlying context. This class extends DelegatingContext which handles returning the context to the pool on a call to close()
Since:
2.0