Uses of Interface
edu.vt.middleware.ldap.pool.LdapPool
-
Packages that use LdapPool Package Description edu.vt.middleware.ldap edu.vt.middleware.ldap.dsml edu.vt.middleware.ldap.ldif edu.vt.middleware.ldap.pool -
-
Uses of LdapPool in edu.vt.middleware.ldap
Fields in edu.vt.middleware.ldap declared as LdapPool Modifier and Type Field Description protected LdapPool<Ldap>
LdapSearch. pool
Ldap object to use for searching.Constructors in edu.vt.middleware.ldap with parameters of type LdapPool Constructor Description LdapSearch(LdapPool<Ldap> pool)
This creates a newLdapSearch
with the supplied pool. -
Uses of LdapPool in edu.vt.middleware.ldap.dsml
Constructors in edu.vt.middleware.ldap.dsml with parameters of type LdapPool Constructor Description DsmlSearch(LdapPool<Ldap> pool)
This creates a newDsmlSearch
with the supplied pool. -
Uses of LdapPool in edu.vt.middleware.ldap.ldif
Constructors in edu.vt.middleware.ldap.ldif with parameters of type LdapPool Constructor Description LdifSearch(LdapPool<Ldap> pool)
This creates a newLdifSearch
with the supplied pool. -
Uses of LdapPool in edu.vt.middleware.ldap.pool
Classes in edu.vt.middleware.ldap.pool that implement LdapPool Modifier and Type Class Description class
AbstractLdapPool<T extends BaseLdap>
AbstractLdapPool
contains the basic implementation for pooling ldap objects.class
BlockingLdapPool
BlockingLdapPool
implements a pool of ldap objects that has a set minimum and maximum size.class
SharedLdapPool
SharedLdapPool
implements a pool of ldap objects that has a set minimum and maximum size.class
SoftLimitLdapPool
SoftLimitLdapPool
implements a pool of ldap objects that has a set minimum and maximum size.Constructors in edu.vt.middleware.ldap.pool with parameters of type LdapPool Constructor Description PrunePoolTask(LdapPool<T> lp)
Creates a new task to periodically prune the supplied pool.ValidatePoolTask(LdapPool<T> lp)
Creates a new task to periodically validate the supplied pool.
-