org.jacorb.notification.interfaces
Interface MessageSupplier

All Superinterfaces:
Disposable
All Known Implementing Classes:
ProxyPullConsumerImpl, StructuredProxyPullConsumerImpl

public interface MessageSupplier
extends Disposable

Abstraction of a ProxyPullConsumer. The implementation maintains a connection to a PullSupplier.

Version:
$Id: MessageSupplier.java,v 1.2 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Method Summary
 void runPullMessage()
          the implementation pulls one or more events from its Supplier and hands over the pulled events to the TaskProcessor.
 
Methods inherited from interface org.jacorb.notification.interfaces.Disposable
dispose
 

Method Detail

runPullMessage

public void runPullMessage()
                    throws Disconnected
the implementation pulls one or more events from its Supplier and hands over the pulled events to the TaskProcessor.

Throws:
Disconnected