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
 

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