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,
Properties props)
Creates a new default connection factory property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new default connection factory property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
Reader... readers)
Creates a new default connection factory property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
String... paths)
Creates a new default connection factory property source.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.