Uses of Package
org.ldaptive.pool
-
Packages that use org.ldaptive.pool Package Description org.ldaptive org.ldaptive.pool org.ldaptive.props -
Classes in org.ldaptive.pool used by org.ldaptive Class Description AbstractConnectionPool Contains the base implementation for pooling connections.BlockingConnectionPool Implements a pool of connections that has a set minimum and maximum size.ConnectionActivator Provides an interface for activating connections when they are checked out from the pool.ConnectionPassivator Provides an interface for passivating connections when they are checked back into the pool.ConnectionPool Provides an interface for connection pooling.PoolException Base exception thrown when a pool operation fails.PruneStrategy Provides an interface for pruning connections from the pool.ValidationException Thrown when an attempt to validate a pooled connection fails.ValidationExceptionHandler Marker interface for a validation exception handler. -
Classes in org.ldaptive.pool used by org.ldaptive.pool Class Description AbstractConnectionPool Contains the base implementation for pooling connections.AbstractPruneStrategy Base class for prune strategy implementations.AbstractPruneStrategy.AbstractBuilder Base class for prune strategy builders.ConnectionActivator Provides an interface for activating connections when they are checked out from the pool.ConnectionPassivator Provides an interface for passivating connections when they are checked back into the pool.ConnectionPool Provides an interface for connection pooling.IdlePruneStrategy.Builder Idle prune strategy builder.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 aDeque
to support LIFO and FIFO operations.QueueType Enum to define queue type. -
Classes in org.ldaptive.pool used by org.ldaptive.props Class Description BlockingConnectionPool Implements a pool of connections that has a set minimum and maximum size.