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