|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| AsyncResourceRequest<V> | Interface for asynchronous requests for resources. |
| ResourceFactory<K,V> | Basic interface for poolable Object Factory |
| Class Summary | |
|---|---|
| KeyedResourcePool<K,V> | A simple implementation of a per-key resource pool. |
| KeyedResourcePool.Pool<V> | A fixed size pool that uses an ArrayBlockingQueue. |
| QueuedKeyedResourcePool<K,V> | Extends simple implementation of a per-key resource pool with a non-blocking interface to enqueue requests for a resource when one becomes available. |
| ResourcePoolConfig | Resource pool config class. |
| Exception Summary | |
|---|---|
| ExcessiveInvalidResourcesException | Indicates that we have exceeded the maximum number of successive invalid resources that can be created in a single checkout. |
Resource pool implementation which works! Used on the client side for storing the pool of connections.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||