public class WaitRetryStrategy extends AbstractRetryStrategy
| Modifier and Type | Field and Description |
|---|---|
static long |
WAIT_INCREMENT_DEFAULT |
static long |
WAIT_TIME_DEFAULT |
logger_, pushOperation_, pushSupplier_| Constructor and Description |
|---|
WaitRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation pushOperation) |
WaitRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation pushOperation,
long startingWaitTime,
long waitTimeIncrement) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getTimeToWait() |
protected void |
retryInternal() |
dispose, isFatalException, isRetryAllowed, remoteExceptionOccured, retrypublic static final long WAIT_TIME_DEFAULT
public static final long WAIT_INCREMENT_DEFAULT
public WaitRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation)
public WaitRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation, long startingWaitTime, long waitTimeIncrement)
protected long getTimeToWait()
getTimeToWait in class AbstractRetryStrategyprotected void retryInternal()
throws RetryException
retryInternal in class AbstractRetryStrategyRetryExceptionCopyright © 2015 JacORB. All rights reserved.