Package | Description |
---|---|
org.ldaptive.pool | |
org.ldaptive.props |
Modifier and Type | Field and Description |
---|---|
private PoolConfig |
AbstractPool.poolConfig
Pool config.
|
Modifier and Type | Method and Description |
---|---|
PoolConfig |
AbstractPool.getPoolConfig()
Returns the configuration for this pool.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPool.setPoolConfig(PoolConfig pc)
Sets the configuration for this pool.
|
Constructor and Description |
---|
BlockingConnectionPool(PoolConfig pc,
DefaultConnectionFactory cf)
Creates a new blocking pool.
|
SoftLimitConnectionPool(PoolConfig pc,
DefaultConnectionFactory cf)
Creates a new soft limit pool.
|
Constructor and Description |
---|
PoolConfigPropertySource(PoolConfig pc)
Creates a new ldap pool config property source using the default properties file.
|
PoolConfigPropertySource(PoolConfig pc,
Properties props)
Creates a new ldap pool config property source.
|
PoolConfigPropertySource(PoolConfig pc,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new ldap pool config property source.
|
PoolConfigPropertySource(PoolConfig pc,
Reader... readers)
Creates a new ldap pool config property source.
|
PoolConfigPropertySource(PoolConfig pc,
String... paths)
Creates a new ldap pool config property source.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.