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, retry
public 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 AbstractRetryStrategy
protected void retryInternal() throws RetryException
retryInternal
in class AbstractRetryStrategy
RetryException
Copyright © 2017 JacORB. All rights reserved.