Package | Description |
---|---|
com.thoughtworks.proxy.toys.pool |
A toy to create object pools based on proxies.
|
Modifier and Type | Method and Description |
---|---|
static SerializationMode |
SerializationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializationMode[] |
SerializationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pool.PoolBuild<T> |
Pool.PoolModeOrBuild.mode(SerializationMode serializationMode)
Specify the serializationMode
STANDARD : the standard mode, i.e. |
Constructor and Description |
---|
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–2016 Codehaus. All rights reserved.