public interface IRetryStrategy
<T> T
executeAndRetry(Callable<T> pCallable)
<T> T executeAndRetry(Callable<T> pCallable) throws Exception
Exception
lpezet