Package | Description |
---|---|
org.jacorb.notification.engine | |
org.jacorb.notification.servant |
Modifier and Type | Field and Description |
---|---|
protected IProxyPushSupplier |
AbstractRetryStrategy.pushSupplier_ |
Modifier and Type | Method and Description |
---|---|
RetryStrategy |
WaitRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation pushOperation) |
RetryStrategy |
TaskProcessorRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier pushSupplier,
PushOperation pushOperation) |
RetryStrategy |
RetryStrategyFactory.newRetryStrategy(IProxyPushSupplier messageConsumer,
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 | Class and Description |
---|---|
class |
AbstractProxyPushSupplier |
class |
ECProxyPushSupplierImpl |
class |
ProxyPushSupplierImpl |
class |
SequenceProxyPushSupplierImpl |
class |
StructuredProxyPushSupplierImpl |
class |
TypedProxyPushSupplierImpl |