| Package | Description |
|---|---|
| com.thoughtworks.proxy.toys.pool |
A toy to create object pools based on proxies.
|
| Modifier and Type | Field and Description |
|---|---|
protected Pool<T> |
Pool.PoolBuild.pool |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
PoolingInvoker(Pool<T> pool,
ProxyFactory proxyFactory,
ObjectReference<T> delegateReference,
DelegationMode delegationMode)
Construct a PoolingInvoker.
|
Copyright © 2005–2018 Codehaus. All rights reserved.