Class DelegatingContext

java.lang.Object
org.springframework.ldap.pool.DelegatingContext
All Implemented Interfaces:
Context
Direct Known Subclasses:
DelegatingDirContext

public class DelegatingContext extends Object implements Context
Used by 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.