| 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 |
private Pool<T> |
Pool.PoolingInvoker.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. |
private Pool<T> |
Pool.PoolingInvoker.getPoolInstance() |
| Constructor and Description |
|---|
PoolBuild(Pool<T> pool) |
PoolingInvoker(Pool<T> pool,
ProxyFactory proxyFactory,
ObjectReference<T> delegateReference,
DelegationMode delegationMode)
Construct a PoolingInvoker.
|
PoolModeOrBuild(Pool<T> pool) |
PoolResettedBy(Pool<T> pool) |
PoolWith(Pool<T> pool) |