|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pool | |
---|---|
com.thoughtworks.proxy.toys.pool | A toy to create object pools based on proxies. |
Uses of Pool in com.thoughtworks.proxy.toys.pool |
---|
Fields in com.thoughtworks.proxy.toys.pool declared as Pool | |
---|---|
protected Pool<T> |
Pool.PoolBuild.pool
|
Methods in com.thoughtworks.proxy.toys.pool that return Pool | |
---|---|
Pool<T> |
Pool.PoolBuild.build()
Build the pool using the StandardProxyFactory . |
Pool<T> |
Pool.PoolBuild.build(ProxyFactory factory)
Build the pool using a special ProxyFactory . |
Constructors in com.thoughtworks.proxy.toys.pool with parameters of type Pool | |
---|---|
Pool.PoolingInvoker(Pool<T> pool,
ProxyFactory proxyFactory,
ObjectReference<T> delegateReference,
DelegationMode delegationMode)
Construct a PoolingInvoker. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |