public class RetryCommand<T> extends BaseCommand<T>
RetryCommand(ICommand<T> pImpl, IRetryStrategy pRetryStrategy)
T
execute()
call
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RetryCommand(ICommand<T> pImpl, IRetryStrategy pRetryStrategy)
public T execute() throws Exception
Exception
lpezet