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

Packages that use PushOperation
org.jacorb.notification.engine   
org.jacorb.notification.servant   
 

Uses of PushOperation in org.jacorb.notification.engine
 

Classes in org.jacorb.notification.engine that implement PushOperation
 class MessagePushOperation
           
 

Fields in org.jacorb.notification.engine declared as PushOperation
protected  PushOperation AbstractRetryStrategy.pushOperation_
           
 

Methods in org.jacorb.notification.engine with parameters of type PushOperation
 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)
           
 

Constructors in org.jacorb.notification.engine with parameters of type PushOperation
AlwaysDisposeRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation operation)
           
WaitRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation)
           
WaitRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation, long startingWaitTime, long waitTimeIncrement)
           
AbstractRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation operation)
           
TaskProcessorRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation, TaskProcessor taskProcessor, long backoutInterval)
           
 

Uses of PushOperation in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant with parameters of type PushOperation
protected  void AbstractProxyPushSupplier.handleFailedPushOperation(PushOperation operation, java.lang.Exception error)