org.jacorb.notification.interfaces
Interface MessageSupplier

All Known Implementing Classes:
ProxyPullConsumerImpl, StructuredProxyPullConsumerImpl, TypedProxyPullConsumerImpl

public interface MessageSupplier

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

Version:
$Id: MessageSupplier.java,v 1.3 2005/04/27 10:39:46 alphonse.bendt Exp $
Author:
Alphonse Bendt

Method Summary
 void destroy()
           
 void runPullMessage()
          the implementation pulls one or more events from its Supplier and hands over the pulled events to the TaskProcessor.
 

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

destroy

public void destroy()