| Package | Description |
|---|---|
| org.ldaptive.pool | |
| org.ldaptive.props |
| Modifier and Type | Class and Description |
|---|---|
class |
SoftLimitConnectionPool
Implements a pool of connections that has a set minimum and maximum size.
|
| Constructor and Description |
|---|
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp)
Creates a new blocking connection pool property source using the default properties file.
|
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp,
java.util.Properties props)
Creates a new blocking connection pool property source.
|
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new blocking connection pool property source.
|
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp,
java.io.Reader... readers)
Creates a new blocking connection pool property source.
|
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp,
java.lang.String... paths)
Creates a new blocking connection pool property source.
|