Package | Description |
---|---|
org.ldaptive.pool |
Modifier and Type | Class and 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.
|
class |
SoftLimitConnectionPool
Implements a pool of connections that has a set minimum and maximum size.
|
Modifier and Type | Field and Description |
---|---|
private ConnectionPool |
PooledConnectionFactory.pool
Connection pool.
|
Modifier and Type | Method and Description |
---|---|
ConnectionPool |
AbstractConnectionPool.DefaultPooledConnectionProxy.getConnectionPool() |
ConnectionPool |
PooledConnectionProxy.getConnectionPool()
Returns the connection pool that this proxy is participating in.
|
ConnectionPool |
PooledConnectionFactory.getConnectionPool()
Returns the connection pool.
|
Modifier and Type | Method and Description |
---|---|
void |
PooledConnectionFactory.setConnectionPool(ConnectionPool cp)
Sets the connection pool.
|
Constructor and Description |
---|
PooledConnectionFactory(ConnectionPool cp)
Creates a new pooled connection factory.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.