Uses of Class
com.thoughtworks.proxy.toys.delegate.DelegatingInvoker

Packages that use DelegatingInvoker
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. 
 

Uses of DelegatingInvoker in com.thoughtworks.proxy.toys.failover
 

Subclasses of DelegatingInvoker in com.thoughtworks.proxy.toys.failover
 class FailoverInvoker
          Invoker that implements a failover strategy by using different delegates in case of an exception.
 

Uses of DelegatingInvoker in com.thoughtworks.proxy.toys.hotswap
 

Subclasses of DelegatingInvoker in com.thoughtworks.proxy.toys.hotswap
 class HotSwappingInvoker
          A DelegatingInvoker implementation that allows the exchange of the delegate.
 

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

Subclasses of DelegatingInvoker in com.thoughtworks.proxy.toys.pool
protected static class Pool.PoolingInvoker
          The Invoker of the proxy.