ch.systemsx.cisd.common.api.retry
Class RetryProxyFactory

java.lang.Object
  extended by ch.systemsx.cisd.common.api.retry.RetryProxyFactory

public class RetryProxyFactory
extends java.lang.Object


Constructor Summary
RetryProxyFactory()
           
 
Method Summary
static
<T> T
createProxy(T proxyTarget)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryProxyFactory

public RetryProxyFactory()
Method Detail

createProxy

public static <T> T createProxy(T proxyTarget)