Uses of Interface
edu.vt.middleware.ldap.pool.LdapFactory

Packages that use LdapFactory
edu.vt.middleware.ldap.pool   
 

Uses of LdapFactory in edu.vt.middleware.ldap.pool
 

Classes in edu.vt.middleware.ldap.pool that implement LdapFactory
 class AbstractLdapFactory<T extends BaseLdap>
          AbstractLdapFactory provides a basic implementation of an ldap factory.
 class DefaultLdapFactory
          DefaultLdapFactory provides a simple implementation of an ldap factory.
 

Fields in edu.vt.middleware.ldap.pool declared as LdapFactory
protected  LdapFactory<T> AbstractLdapPool.ldapFactory
          Factory to create ldap objects.
 

Constructors in edu.vt.middleware.ldap.pool with parameters of type LdapFactory
AbstractLdapPool(LdapPoolConfig lpc, LdapFactory<T> lf)
          Creates a new pool with the supplied pool configuration and ldap factory.
BlockingLdapPool(LdapFactory<Ldap> lf)
          Creates a new ldap pool with the supplied ldap factory.
BlockingLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)
          Creates a new ldap pool with the supplied ldap config and factory.
SharedLdapPool(LdapFactory<Ldap> lf)
          Creates a new ldap pool with the supplied ldap factory.
SharedLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)
          Creates a new ldap pool with the supplied ldap config and factory.
SoftLimitLdapPool(LdapFactory<Ldap> lf)
          Creates a new ldap pool with the supplied ldap factory.
SoftLimitLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)
          Creates a new ldap pool with the supplied ldap config and factory.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.