Uses of Interface
org.jacorb.notification.engine.RetryStrategy

Packages that use RetryStrategy
org.jacorb.notification.engine   
 

Uses of RetryStrategy in org.jacorb.notification.engine
 

Classes in org.jacorb.notification.engine that implement RetryStrategy
 class AbstractRetryStrategy
           
 class AlwaysDisposeRetryStrategy
           
 class TaskProcessorRetryStrategy
           
 class WaitRetryStrategy
           
 

Methods in org.jacorb.notification.engine that return RetryStrategy
 RetryStrategy AlwaysDisposeRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier messageConsumer, PushOperation pushOperation)
           
 RetryStrategy RetryStrategyFactory.newRetryStrategy(IProxyPushSupplier messageConsumer, PushOperation pushOperation)
           
 RetryStrategy TaskProcessorRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation)
           
 RetryStrategy WaitRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation)