See: Description
Interface | Description |
---|---|
KeyedObjectPool |
A "keyed" pooling interface.
|
KeyedObjectPoolFactory |
A factory for creating
KeyedObjectPool s. |
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
ObjectPool s. |
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 © 2015. All rights reserved.