Spring LDAP Framework

Uses of Package
org.springframework.ldap.pool

Packages that use org.springframework.ldap.pool
org.springframework.ldap.pool Base classes for the pooling library. 
org.springframework.ldap.pool.factory Core classes for the pooling library. 
org.springframework.ldap.pool.validation Connection validation support for the pooling library. 
 

Classes in org.springframework.ldap.pool used by org.springframework.ldap.pool
DelegatingContext
          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 DelegatingContext.close() is called.
DelegatingDirContext
          Used by PoolingContextSource to wrap a DirContext, delegating most methods to the underlying context.
DelegatingLdapContext
          Used by PoolingContextSource to wrap a LdapContext, delegating most methods to the underlying context.
DirContextType
          An enum representing the two types of DirContexts that can be returned by a ContextSource.
 

Classes in org.springframework.ldap.pool used by org.springframework.ldap.pool.factory
DirContextType
          An enum representing the two types of DirContexts that can be returned by a ContextSource.
 

Classes in org.springframework.ldap.pool used by org.springframework.ldap.pool.validation
DirContextType
          An enum representing the two types of DirContexts that can be returned by a ContextSource.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.