Uses of Interface
org.ldaptive.pool.ConnectionPool
-
Packages that use ConnectionPool Package Description org.ldaptive org.ldaptive.pool -
-
Uses of ConnectionPool in org.ldaptive
Classes in org.ldaptive that implement ConnectionPool Modifier and Type Class Description class
PooledConnectionFactory
Creates connections for performing ldap operations and manages those connections as a pool. -
Uses of ConnectionPool in org.ldaptive.pool
Classes in org.ldaptive.pool that implement ConnectionPool Modifier and Type Class Description class
AbstractConnectionPool
Contains the base implementation for pooling connections.class
BlockingConnectionPool
Implements a pool of connections that has a set minimum and maximum size.Methods in org.ldaptive.pool that return ConnectionPool Modifier and Type Method Description ConnectionPool
AbstractConnectionPool.DefaultPooledConnectionProxy. getConnectionPool()
ConnectionPool
PooledConnectionProxy. getConnectionPool()
Returns the connection pool that this proxy is participating in.
-