| AbstractLdapFactory
AbstractLdapFactory provides a basic implementation of an ldap
factory.
|
| AbstractLdapPool
AbstractLdapPool contains the basic implementation for pooling
ldap objects.
|
| AbstractLdapPool.PooledLdap
PooledLdap contains an ldap object that is participating in a
pool.
|
| BlockingLdapPool
BlockingLdapPool implements a pool of ldap objects that has a
set minimum and maximum size.
|
| LdapActivator
LdapActivator provides an interface for activating ldap objects
when they enter the pool.
|
| LdapFactory
LdapFactory provides an interface for creating, activating,
validating, and destroying ldap objects.
|
| LdapPassivator
LdapPasivator provides an interface for passivating ldap objects
when they are checked back into the pool.
|
| LdapPool
LdapPool provides an interface for pooling ldap objects.
|
| LdapPoolConfig
LdapPoolConfig contains all the configuration data that the
pooling implementations need to control the pool.
|
| LdapPoolException
LdapPoolException is the base exception thrown when a pool
operation fails.
|
| LdapValidator
LdapValidator provides an interface for validating ldap objects
when they are in the pool.
|