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. poolLdap 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 newLdapSearchwith 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 newDsmlSearchwith 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 newLdifSearchwith 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 classAbstractLdapPool<T extends BaseLdap>AbstractLdapPoolcontains the basic implementation for pooling ldap objects.classBlockingLdapPoolBlockingLdapPoolimplements a pool of ldap objects that has a set minimum and maximum size.classSharedLdapPoolSharedLdapPoolimplements a pool of ldap objects that has a set minimum and maximum size.classSoftLimitLdapPoolSoftLimitLdapPoolimplements 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.
-