Uses of Package
com.thoughtworks.proxy.toys.delegate

Packages that use com.thoughtworks.proxy.toys.delegate
com.thoughtworks.proxy.toys.failover A toy to handle failover situations. 
com.thoughtworks.proxy.toys.hotswap A toy to hot swap instances. 
com.thoughtworks.proxy.toys.pool A toy to create object pools based on proxies. 
 

Classes in com.thoughtworks.proxy.toys.delegate used by com.thoughtworks.proxy.toys.failover
DelegatingInvoker
          Invoker that delegates method calls to an object.
 

Classes in com.thoughtworks.proxy.toys.delegate used by com.thoughtworks.proxy.toys.hotswap
DelegatingInvoker
          Invoker that delegates method calls to an object.
 

Classes in com.thoughtworks.proxy.toys.delegate used by com.thoughtworks.proxy.toys.pool
DelegatingInvoker
          Invoker that delegates method calls to an object.