Package | Description |
---|---|
org.apache.commons.pool |
Object pooling API.
|
org.apache.commons.pool.impl |
Object pooling API implementations.
|
Class and Description |
---|
KeyedObjectPool
A "keyed" pooling interface.
|
KeyedPoolableObjectFactory
An interface defining life-cycle methods for
instances to be served by a
KeyedObjectPool . |
ObjectPool
A pooling interface.
|
PoolableObjectFactory
An interface defining life-cycle methods for
instances to be served by an
ObjectPool . |
Class and Description |
---|
BaseKeyedObjectPool
A simple base implementation of
KeyedObjectPool . |
BaseObjectPool
A simple base implementation of
ObjectPool . |
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 . |
Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.