Package org.forgerock.openam.ldap
Class LDAPUtils.CachedPoolOptions
- java.lang.Object
-
- org.forgerock.openam.ldap.LDAPUtils.CachedPoolOptions
-
-
Constructor Summary
Constructors Constructor Description CachedPoolOptions(int minSize, int maxSize, long idleTimeout, TimeUnit timeoutTimeUnit)
Creates a newLDAPUtils.CachedPoolOptions
object.
-
-
-
Constructor Detail
-
CachedPoolOptions
public CachedPoolOptions(int minSize, int maxSize, long idleTimeout, TimeUnit timeoutTimeUnit)
Creates a newLDAPUtils.CachedPoolOptions
object.- Parameters:
minSize
- The minimum size of the pool.maxSize
- The maximum size of the pool.idleTimeout
- The time out period, after which unused non-core connections will be closed.timeoutTimeUnit
- The time unit for the idleTimeout setting.
-
-