| Package | Description |
|---|---|
| org.ldaptive.pool | |
| org.ldaptive.props |
| Modifier and Type | Field and Description |
|---|---|
private DefaultConnectionFactory |
AbstractConnectionPool.connectionFactory
Connection factory to create connections with.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultConnectionFactory |
AbstractConnectionPool.getConnectionFactory()
Returns the connection factory for this pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConnectionPool.setConnectionFactory(DefaultConnectionFactory cf)
Sets the connection factory for this pool.
|
| Constructor and Description |
|---|
BlockingConnectionPool(DefaultConnectionFactory cf)
Creates a new blocking pool.
|
BlockingConnectionPool(PoolConfig pc,
DefaultConnectionFactory cf)
Creates a new blocking pool.
|
SoftLimitConnectionPool(DefaultConnectionFactory cf)
Creates a new soft limit pool.
|
SoftLimitConnectionPool(PoolConfig pc,
DefaultConnectionFactory cf)
Creates a new soft limit pool.
|
| Constructor and Description |
|---|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf)
Creates a new default connection factory property source using the default properties file.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
java.util.Properties props)
Creates a new default connection factory property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new default connection factory property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
java.io.Reader... readers)
Creates a new default connection factory property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
java.lang.String... paths)
Creates a new default connection factory property source.
|