public static class Pool.PoolBuild<T>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
PoolBuild(Pool<T> pool) |
| 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 use