See: Description
| Interface | Description |
|---|---|
| KeyedObjectPool |
A "keyed" pooling interface.
|
| KeyedObjectPoolFactory |
A factory for creating
KeyedObjectPools. |
| KeyedPoolableObjectFactory |
An interface defining life-cycle methods for
instances to be served by a
KeyedObjectPool. |
| ObjectPool |
A pooling interface.
|
| ObjectPoolFactory |
A factory interface for creating
ObjectPools. |
| PoolableObjectFactory |
An interface defining life-cycle methods for
instances to be served by an
ObjectPool. |
| Class | Description |
|---|---|
| BaseKeyedObjectPool |
A simple base implementation of
KeyedObjectPool. |
| BaseKeyedPoolableObjectFactory |
A base implementation of
KeyedPoolableObjectFactory. |
| BaseObjectPool |
A simple base implementation of
ObjectPool. |
| BasePoolableObjectFactory |
A base implementation of
PoolableObjectFactory. |
| PoolUtils |
This class consists exclusively of static methods that operate on or return ObjectPool
or KeyedObjectPool related interfaces.
|
Copyright © 2017. All rights reserved.