| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.pool.impl.StackObjectPoolFactoryStackObjectPool instances.
StackObjectPool, StackKeyedObjectPoolFactoryConstructor Summary | |
| |
| |
| |
| |
Method Summary | |
ObjectPool |
|
public StackObjectPoolFactory()
public StackObjectPoolFactory(int max)
public StackObjectPoolFactory(int max,
int init)public StackObjectPoolFactory(PoolableObjectFactory factory, int max, int init)
public ObjectPool createPool()
Create and return a newObjectPool.
- Specified by:
- createPool in interface ObjectPoolFactory
- Returns:
- a new
ObjectPool