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 classPooledConnectionFactoryCreates 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 classAbstractConnectionPoolContains the base implementation for pooling connections.classBlockingConnectionPoolImplements 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 ConnectionPoolAbstractConnectionPool.DefaultPooledConnectionProxy. getConnectionPool()ConnectionPoolPooledConnectionProxy. getConnectionPool()Returns the connection pool that this proxy is participating in.
-