|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapPool | |
|---|---|
| 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 | |
|---|---|
protected LdapPool<Ldap> |
LdapSearch.pool
Ldap object to use for searching. |
| Constructors in edu.vt.middleware.ldap with parameters of type LdapPool | |
|---|---|
LdapSearch(LdapPool<Ldap> pool)
This creates a new LdapSearch 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 | |
|---|---|
DsmlSearch(LdapPool<Ldap> pool)
This creates a new DsmlSearch 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 | |
|---|---|
LdifSearch(LdapPool<Ldap> pool)
This creates a new LdifSearch with the supplied pool. |
|
| Uses of LdapPool in edu.vt.middleware.ldap.pool |
|---|
| Classes in edu.vt.middleware.ldap.pool that implement LdapPool | |
|---|---|
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 | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||