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

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

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

Fields in com.thoughtworks.proxy.toys.pool declared as Pool
protected  Pool<T> Pool.PoolBuild.pool
           
 

Methods in com.thoughtworks.proxy.toys.pool that return Pool
 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.
 

Constructors in com.thoughtworks.proxy.toys.pool with parameters of type Pool
Pool.PoolingInvoker(Pool<T> pool, ProxyFactory proxyFactory, ObjectReference<T> delegateReference, DelegationMode delegationMode)
          Construct a PoolingInvoker.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.