public class LdapProviderConfig.PoolConfig extends Object
GenericObjectPool)| Constructor and Description |
|---|
LdapProviderConfig.PoolConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxActive()
Returns the maximum number of objects that can be allocated by the pool
(checked out to clients, or idle awaiting checkout) at a given time.
|
LdapProviderConfig.PoolConfig |
setMaxActive(int maxActive)
Sets the cap on the number of objects that can be allocated by the pool.
|
String |
toString() |
public int getMaxActive()
setMaxActive(int)public LdapProviderConfig.PoolConfig setMaxActive(int maxActive)
getMaxActive()Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.