|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
PooledConnectionFactory.getConnectionPool()
Returns the connection pool. |
ConnectionPool |
PooledConnectionProxy.getConnectionPool()
Returns the connection pool that this proxy is participating in. |
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||