Uses of Package
edu.vt.middleware.ldap.pool

Packages that use edu.vt.middleware.ldap.pool
edu.vt.middleware.ldap   
edu.vt.middleware.ldap.dsml   
edu.vt.middleware.ldap.ldif   
edu.vt.middleware.ldap.pool   
 

Classes in edu.vt.middleware.ldap.pool used by edu.vt.middleware.ldap
LdapPool
          LdapPool provides an interface for pooling ldap objects.
 

Classes in edu.vt.middleware.ldap.pool used by edu.vt.middleware.ldap.dsml
LdapPool
          LdapPool provides an interface for pooling ldap objects.
 

Classes in edu.vt.middleware.ldap.pool used by edu.vt.middleware.ldap.ldif
LdapPool
          LdapPool provides an interface for pooling ldap objects.
 

Classes in edu.vt.middleware.ldap.pool used by edu.vt.middleware.ldap.pool
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.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.