| Package | Description |
|---|---|
| org.jacorb.notification.engine | |
| org.jacorb.notification.servant |
| Modifier and Type | Class and Description |
|---|---|
class |
MessagePushOperation |
| Modifier and Type | Field and Description |
|---|---|
protected PushOperation |
AbstractRetryStrategy.pushOperation_ |
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy |
RetryStrategyFactory.newRetryStrategy(IProxyPushSupplier messageConsumer,
PushOperation pushOperation) |
RetryStrategy |
WaitRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation pushOperation) |
RetryStrategy |
TaskProcessorRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation pushOperation) |
RetryStrategy |
AlwaysDisposeRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier messageConsumer,
PushOperation pushOperation) |
| Constructor and Description |
|---|
AbstractRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation operation) |
AlwaysDisposeRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation operation) |
TaskProcessorRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation pushOperation,
TaskProcessor taskProcessor,
long backoutInterval) |
WaitRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation pushOperation) |
WaitRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation pushOperation,
long startingWaitTime,
long waitTimeIncrement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractProxyPushSupplier.handleFailedPushOperation(PushOperation operation,
Exception error) |
Copyright © 2015 JacORB. All rights reserved.