Uses of Interface
org.jacorb.notification.interfaces.MessageConsumer

Packages that use MessageConsumer
org.jacorb.notification.engine   
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
 

Uses of MessageConsumer in org.jacorb.notification.engine
 

Fields in org.jacorb.notification.engine declared as MessageConsumer
protected  MessageConsumer RetryStrategy.messageConsumer_
           
 

Methods in org.jacorb.notification.engine that return MessageConsumer
protected  MessageConsumer AbstractDeliverTask.getMessageConsumer()
           
 

Methods in org.jacorb.notification.engine with parameters of type MessageConsumer
 void TaskProcessor.scheduleTimedPushTask(MessageConsumer consumer)
          Schedule MessageConsumer for a deliver-Operation.
 void AbstractDeliverTask.setMessageConsumer(MessageConsumer messageConsumer)
           
 

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

Uses of MessageConsumer in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces that return MessageConsumer
 MessageConsumer FilterStage.getMessageConsumer()
          get the associated MessageConsumer or null.
 

Uses of MessageConsumer in org.jacorb.notification.servant
 

Classes in org.jacorb.notification.servant that implement MessageConsumer
 class AbstractProxySupplier
          Abstract base class for ProxySuppliers.
 class ECProxyPullSupplierImpl
           
 class ECProxyPushSupplierImpl
           
 class ProxyPullSupplierImpl
           
 class ProxyPushSupplierImpl
           
 class SequenceProxyPullSupplierImpl
           
 class SequenceProxyPushSupplierImpl
           
 class StructuredProxyPullSupplierImpl
           
 class StructuredProxyPushSupplierImpl
           
 

Methods in org.jacorb.notification.servant that return MessageConsumer
 MessageConsumer ConsumerAdminTieImpl.getMessageConsumer()
          ConsumerAdmin never has a MessageConsumer
 MessageConsumer ProxyPullSupplierImpl.getMessageConsumer()
           
 MessageConsumer ProxyPushSupplierImpl.getMessageConsumer()
           
 MessageConsumer SequenceProxyPullSupplierImpl.getMessageConsumer()
           
 MessageConsumer StructuredProxyPullSupplierImpl.getMessageConsumer()
           
 MessageConsumer StructuredProxyPushSupplierImpl.getMessageConsumer()
           
 MessageConsumer SupplierAdminTieImpl.getMessageConsumer()
          SupplierAdmin does not ever have a MessageConsumer.