Uses of Interface
org.apache.commons.pool2.impl.GenericObjectPoolMXBean
-
Packages that use GenericObjectPoolMXBean Package Description org.apache.commons.pool2.impl Object pooling API implementations.org.apache.directory.ldap.client.api -
-
Uses of GenericObjectPoolMXBean in org.apache.commons.pool2.impl
Classes in org.apache.commons.pool2.impl that implement GenericObjectPoolMXBean Modifier and Type Class Description classGenericObjectPool<T>A configurableObjectPoolimplementation. -
Uses of GenericObjectPoolMXBean in org.apache.directory.ldap.client.api
Classes in org.apache.directory.ldap.client.api that implement GenericObjectPoolMXBean Modifier and Type Class Description classLdapConnectionPoolA pool implementation for LdapConnection objects.
-