public static class Pool.PoolBuild<T> extends Object
Modifier and Type | Method and Description |
---|---|
Pool<T> |
build()
Build the pool using the
StandardProxyFactory . |
Pool<T> |
build(ProxyFactory factory)
Build the pool using a special
ProxyFactory . |
public Pool<T> build()
StandardProxyFactory
.public Pool<T> build(ProxyFactory factory)
ProxyFactory
.factory
- the proxy factory to useCopyright © 2005–2019 Codehaus. All rights reserved.