|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resetter | |
---|---|
com.thoughtworks.proxy.kit | Utility classes building the toys. |
com.thoughtworks.proxy.toys.pool | A toy to create object pools based on proxies. |
Uses of Resetter in com.thoughtworks.proxy.kit |
---|
Classes in com.thoughtworks.proxy.kit that implement Resetter | |
---|---|
class |
NoOperationResetter<T>
A Resetter that has no operation. |
Uses of Resetter in com.thoughtworks.proxy.toys.pool |
---|
Methods in com.thoughtworks.proxy.toys.pool with parameters of type Resetter | |
---|---|
Pool.PoolWith<T> |
Pool.PoolResettedBy.resettedBy(Resetter<? super T> resetter)
|
Constructors in com.thoughtworks.proxy.toys.pool with parameters of type Resetter | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |