org.jacorb.notification.engine
public class WaitRetryStrategy extends AbstractRetryStrategy
Version: $Id: WaitRetryStrategy.java,v 1.7 2005/08/21 13:30:16 alphonse.bendt Exp $
| Field Summary | |
|---|---|
| static long | WAIT_INCREMENT_DEFAULT |
| static long | WAIT_TIME_DEFAULT |
| Constructor Summary | |
|---|---|
| WaitRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation) | |
| WaitRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation, long startingWaitTime, long waitTimeIncrement) | |
| Method Summary | |
|---|---|
| protected long | getTimeToWait() |
| protected void | retryInternal() |