Uses of Class
com.thoughtworks.proxy.toys.pool.Pool.PoolBuild

Packages that use Pool.PoolBuild
com.thoughtworks.proxy.toys.pool A toy to create object pools based on proxies. 
 

Uses of Pool.PoolBuild in com.thoughtworks.proxy.toys.pool
 

Subclasses of Pool.PoolBuild in com.thoughtworks.proxy.toys.pool
static class Pool.PoolModeOrBuild<T>
           
static class Pool.PoolResettedBy<T>
           
static class Pool.PoolWith<T>
           
 

Methods in com.thoughtworks.proxy.toys.pool that return Pool.PoolBuild
 Pool.PoolBuild<T> Pool.PoolModeOrBuild.mode(SerializationMode serializationMode)
          Specify the serializationMode SerializationMode.STANDARD: the standard mode, i.e.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.