|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.thoughtworks.proxy.toys.pool.Pool.PoolBuild<T>
public static class Pool.PoolBuild<T>
Field Summary | |
---|---|
protected Pool<T> |
pool
|
Method Summary | |
---|---|
Pool<T> |
build()
Build the pool using the StandardProxyFactory . |
Pool<T> |
build(ProxyFactory factory)
Build the pool using a special ProxyFactory . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Pool<T> pool
Method Detail |
---|
public Pool<T> build()
StandardProxyFactory
.
public Pool<T> build(ProxyFactory factory)
ProxyFactory
.
factory
- the proxy factory to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |