org.apache.commons.pool.impl
public class StackObjectPoolFactory extends Object implements ObjectPoolFactory
Version: $Revision: 155430 $ $Date: 2005-02-26 08:13:28 -0500 (Sat, 26 Feb 2005) $
See Also: StackObjectPool
| Constructor Summary | |
|---|---|
| StackObjectPoolFactory() | |
| StackObjectPoolFactory(int max) | |
| StackObjectPoolFactory(int max, int init) | |
| StackObjectPoolFactory(PoolableObjectFactory factory) | |
| StackObjectPoolFactory(PoolableObjectFactory factory, int max) | |
| StackObjectPoolFactory(PoolableObjectFactory factory, int max, int init) | |
| Method Summary | |
|---|---|
| ObjectPool | createPool() |