public class RetryWorker<W,R> extends Object implements IWorker<W,R>
RetryWorker(IWorker<W,R> pImpl, IRetryStrategy pRetryStrategy)
R
perform(W pWork)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RetryWorker(IWorker<W,R> pImpl, IRetryStrategy pRetryStrategy)
public R perform(W pWork) throws Exception
perform
IWorker<W,R>
Exception
lpezet