Uses of Package
org.ldaptive.pool

Packages that use org.ldaptive.pool
org.ldaptive.auth   
org.ldaptive.concurrent   
org.ldaptive.jaas   
org.ldaptive.pool   
org.ldaptive.props   
 

Classes in org.ldaptive.pool used by org.ldaptive.auth
PooledConnectionFactory
          Leverages a pool to obtain connections for performing ldap operations.
PooledConnectionFactoryManager
          Interface for objects that manage an instance of pooled connection factory.
 

Classes in org.ldaptive.pool used by org.ldaptive.concurrent
PooledConnectionFactory
          Leverages a pool to obtain connections for performing ldap operations.
 

Classes in org.ldaptive.pool used by org.ldaptive.jaas
PooledConnectionFactory
          Leverages a pool to obtain connections for performing ldap operations.
PooledConnectionFactoryManager
          Interface for objects that manage an instance of pooled connection factory.
 

Classes in org.ldaptive.pool used by org.ldaptive.pool
AbstractConnectionPool
          Contains the base implementation for pooling connections.
AbstractPool
          Contains functionality common to pool implementations.
Activator
          Provides an interface for activating objects when they are checked out from the pool.
BlockingConnectionPool
          Implements a pool of connections that has a set minimum and maximum size.
ConnectionPool
          Provides an interface for connection pooling.
ConnectionPoolType
          Enum to define connection pool types.
Passivator
          Provides an interface for passivating objects when they are checked back into the pool.
PoolConfig
          Contains all the configuration data that the pooling implementations need to control the pool.
PooledConnectionFactory
          Leverages a pool to obtain connections for performing ldap operations.
PooledConnectionProxy
          Provides an interface for metadata surrounding a connection that is participating in the connection pool.
PooledConnectionStatistics
          Statistics associated with a connection's activity in the pool.
PoolException
          Base exception thrown when a pool operation fails.
PruneStrategy
          Provides an interface for pruning connections from the pool.
Queue
          Provides a wrapper around a Deque to support LIFO and FIFO operations.
QueueType
          Enum to define queue type.
Validator
          Provides an interface for validating objects when they are in the pool.
 

Classes in org.ldaptive.pool used by org.ldaptive.props
BlockingConnectionPool
          Implements a pool of connections that has a set minimum and maximum size.
ConnectionPoolType
          Enum to define connection pool types.
PoolConfig
          Contains all the configuration data that the pooling implementations need to control the pool.
PooledConnectionFactory
          Leverages a pool to obtain connections for performing ldap operations.
 



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