Uses of Interface
org.ldaptive.pool.ConnectionPool

Packages that use ConnectionPool
org.ldaptive.pool   
 

Uses of ConnectionPool in org.ldaptive.pool
 

Classes in org.ldaptive.pool that implement ConnectionPool
 class AbstractConnectionPool
          Contains the base implementation for pooling connections.
 class BlockingConnectionPool
          Implements a pool of connections that has a set minimum and maximum size.
 class SoftLimitConnectionPool
          Implements a pool of connections that has a set minimum and maximum size.
 

Methods in org.ldaptive.pool that return ConnectionPool
 ConnectionPool PooledConnectionProxy.getConnectionPool()
          Returns the connection pool that this proxy is participating in.
 ConnectionPool PooledConnectionFactory.getConnectionPool()
          Returns the connection pool.
 ConnectionPool AbstractConnectionPool.DefaultPooledConnectionProxy.getConnectionPool()
          Returns the connection pool that this proxy is participating in.
 

Methods in org.ldaptive.pool with parameters of type ConnectionPool
 void PooledConnectionFactory.setConnectionPool(ConnectionPool cp)
          Sets the connection pool.
 

Constructors in org.ldaptive.pool with parameters of type ConnectionPool
PooledConnectionFactory(ConnectionPool cp)
          Creates a new pooled connection factory.
 



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