Uses of Class
com.thoughtworks.proxy.toys.failover.Failover.FailoverWithOrExceptingOrBuild

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

Uses of Failover.FailoverWithOrExceptingOrBuild in com.thoughtworks.proxy.toys.failover
 

Methods in com.thoughtworks.proxy.toys.failover that return Failover.FailoverWithOrExceptingOrBuild
static
<T> Failover.FailoverWithOrExceptingOrBuild<T>
Failover.proxy(Class<T> type)
          Creates a factory for proxy instances handling failover situations.
static
<T> Failover.FailoverWithOrExceptingOrBuild<T>
Failover.proxy(Class<T> primaryType, Class<?>... types)
          Creates a factory for proxy instances handling failover situations.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.