public class GenericObjectPoolFactory extends Object implements PoolFactory
| Constructor and Description |
|---|
GenericObjectPoolFactory(GenericObjectPoolConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends Exception> |
createPool(PoolProvider<T,E> provider)
Creates a pool using the specified provider.
|
public GenericObjectPoolFactory(GenericObjectPoolConfiguration config)
public <T,E extends Exception> Pool<T,E> createPool(PoolProvider<T,E> provider)
PoolFactorycreatePool in interface PoolFactoryprovider - a pool providerCopyright © 2004–2014 Paul Ferraro. All rights reserved.