Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jacorb.notification.engine.RetryStrategy
org.jacorb.notification.engine.WaitRetryStrategy
public class WaitRetryStrategy
extends RetryStrategy
Field Summary | |
static long | |
static long |
Fields inherited from class org.jacorb.notification.engine.RetryStrategy | |
messageConsumer_ , pushOperation_ |
Constructor Summary | |
| |
|
Method Summary | |
protected long | |
void |
|
Methods inherited from class org.jacorb.notification.engine.RetryStrategy | |
dispose , getTimeToWait , isFatalException , remoteExceptionOccured , retry , shouldRetry |
public static final long WAIT_INCREMENT_DEFAULT
- Field Value:
- 3000L
public static final long WAIT_TIME_DEFAULT
- Field Value:
- 1000L
public WaitRetryStrategy(MessageConsumer messageConsumer, PushOperation pushOperation)
public WaitRetryStrategy(MessageConsumer messageConsumer, PushOperation pushOperation, long startingWaitTime, long waitTimeIncrement)