Uses of Class
com.thoughtworks.proxy.toys.hotswap.HotSwappingInvoker

Packages that use HotSwappingInvoker
com.thoughtworks.proxy.toys.failover A toy to handle failover situations. 
 

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

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