Uses of Class
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
 

Subclasses of PushOperation in org.jacorb.notification.engine
 class PushAnyOperation
           
 class PushSequenceOperation
           
 class PushStructuredOperation
           
 

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

Constructors in org.jacorb.notification.engine with parameters of type PushOperation
WaitRetryStrategy(MessageConsumer messageConsumer, PushOperation pushOperation)
           
WaitRetryStrategy(MessageConsumer messageConsumer, PushOperation pushOperation, long startingWaitTime, long waitTimeIncrement)
           
TaskProcessorRetryStrategy(MessageConsumer mc, PushOperation op, TaskProcessor tp)
           
RetryStrategy(MessageConsumer mc, PushOperation operation)
           
 

Uses of PushOperation in org.jacorb.notification.servant
 

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