Package org.springframework.ldap.pool2
package org.springframework.ldap.pool2
-
ClassDescriptionUsed by
PooledContextSource
to wrap aContext
, 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 whenDelegatingContext.close()
is called.Used byPooledContextSource
to wrap aDirContext
, delegating most methods to the underlying context.Used byPooledContextSource
to wrap aLdapContext
, delegating most methods to the underlying context.An enum representing the two types ofDirContext
s that can be returned by aContextSource
.Used byMutablePooledContextSource
to wrap aLdapContext
, delegating most methods to the underlying context.