Uses of Class
org.ldaptive.pool.BlockingConnectionPool

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

Uses of BlockingConnectionPool in org.ldaptive.pool
 

Subclasses of BlockingConnectionPool in org.ldaptive.pool
 class SoftLimitConnectionPool
          Implements a pool of connections that has a set minimum and maximum size.
 

Uses of BlockingConnectionPool in org.ldaptive.props
 

Constructors in org.ldaptive.props with parameters of type BlockingConnectionPool
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp)
          Creates a new blocking connection pool property source using the default properties file.
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp, Properties props)
          Creates a new blocking connection pool property source.
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp, PropertySource.PropertyDomain domain, Properties props)
          Creates a new blocking connection pool property source.
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp, Reader... readers)
          Creates a new blocking connection pool property source.
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp, String... paths)
          Creates a new blocking connection pool property source.
 



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