Package | Description |
---|---|
com.thoughtworks.proxy.kit |
Utility classes building the toys.
|
com.thoughtworks.proxy.toys.pool |
A toy to create object pools based on proxies.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOperationResetter<T>
A Resetter that has no operation.
|
Modifier and Type | Method and Description |
---|---|
Pool.PoolWith<T> |
Pool.PoolResettedBy.resettedBy(Resetter<? super T> resetter) |
Constructor and Description |
---|
Pool(Class<T> type,
Resetter<? super T> resetter)
Construct an Pool using the
StandardProxyFactory . |
Pool(Class<T> type,
Resetter<? super T> resetter,
ProxyFactory proxyFactory)
Construct a populated Pool with a specific proxy factory.
|
Pool(Class<T> type,
Resetter<? super T> resetter,
ProxyFactory proxyFactory,
SerializationMode mode)
Construct a populated Pool with a specific proxy factory and a serialization mode.
|
Copyright © 2005–2024 Codehaus. All rights reserved.