Package com.complexible.common.pool
-
Interface Summary Interface Description Pool<T,E extends java.lang.Exception> Simple interface for a Pool of objectsPoolable<E extends java.lang.Exception> Interface for a resource that can be used with an objectPool
. -
Class Summary Class Description ApachePoolConfig<T> Abstract base class for instantiating a pool backed by Apache Pool.ApachePoolImpl<T> Pool implementation using an Apache object poolDefaultPoolableObjectFactory Provides a simple implementation of a PoolableObjectFactory that can be used withApachePoolConfig
.PoolConfig<T,E extends java.lang.Exception> Abstract configuration for aPool