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

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

Uses of MessageSupplier in org.jacorb.notification.engine
 

Methods in org.jacorb.notification.engine with parameters of type MessageSupplier
 void DefaultTaskProcessor.scheduleTimedPullTask(MessageSupplier messageSupplier)
          Schedule ProxyPullConsumer for pull-Operation.
 void PullFromSupplierTask.setTarget(MessageSupplier target)
           
 void TaskProcessor.scheduleTimedPullTask(MessageSupplier dest)
          Schedule ProxyPullConsumer for pull-Operation.
 

Uses of MessageSupplier in org.jacorb.notification.servant
 

Classes in org.jacorb.notification.servant that implement MessageSupplier
 class ECProxyPullConsumerImpl
           
 class ProxyPullConsumerImpl
           
 class SequenceProxyPullConsumerImpl
           
 class StructuredProxyPullConsumerImpl
           
 class TypedProxyPullConsumerImpl
           
 

Methods in org.jacorb.notification.servant with parameters of type MessageSupplier
protected  void AbstractProxyConsumer.schedulePullTask(MessageSupplier target)
           
 

Constructors in org.jacorb.notification.servant with parameters of type MessageSupplier
PullMessagesUtility(TaskProcessor taskProcessor, MessageSupplier messageSupplier)