Uses of Class
edu.vt.middleware.ldap.pool.LdapPoolConfig

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

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

Fields in edu.vt.middleware.ldap.pool declared as LdapPoolConfig
protected  LdapPoolConfig AbstractLdapPool.poolConfig
          Ldap pool config.
 

Methods in edu.vt.middleware.ldap.pool that return LdapPoolConfig
static LdapPoolConfig LdapPoolConfig.createFromProperties(InputStream is)
          Create an instance of this class initialized with properties from the input stream.
 LdapPoolConfig LdapPool.getLdapPoolConfig()
          Returns the configuration for this pool.
 LdapPoolConfig AbstractLdapPool.getLdapPoolConfig()
          Returns the configuration for this pool.
 

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