Uses of Class
org.ldaptive.pool.PoolConfig

Packages that use PoolConfig
org.ldaptive.pool   
org.ldaptive.props   
 

Uses of PoolConfig in org.ldaptive.pool
 

Methods in org.ldaptive.pool that return PoolConfig
 PoolConfig AbstractPool.getPoolConfig()
          Returns the configuration for this pool.
 

Methods in org.ldaptive.pool with parameters of type PoolConfig
 void AbstractPool.setPoolConfig(PoolConfig pc)
          Sets the configuration for this pool.
 

Constructors in org.ldaptive.pool with parameters of type PoolConfig
BlockingConnectionPool(PoolConfig pc, DefaultConnectionFactory cf)
          Creates a new blocking pool.
SoftLimitConnectionPool(PoolConfig pc, DefaultConnectionFactory cf)
          Creates a new soft limit pool.
 

Uses of PoolConfig in org.ldaptive.props
 

Constructors in org.ldaptive.props with parameters of type PoolConfig
PoolConfigPropertySource(PoolConfig pc)
          Creates a new ldap pool config property source using the default properties file.
PoolConfigPropertySource(PoolConfig pc, Properties props)
          Creates a new ldap pool config property source.
PoolConfigPropertySource(PoolConfig pc, PropertySource.PropertyDomain domain, Properties props)
          Creates a new ldap pool config property source.
PoolConfigPropertySource(PoolConfig pc, Reader... readers)
          Creates a new ldap pool config property source.
PoolConfigPropertySource(PoolConfig pc, String... paths)
          Creates a new ldap pool config property source.
 



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