org.jacorb.notification.interfaces
Interface MessageSupplier

All Known Implementing Classes:
ProxyPullConsumerImpl, SequenceProxyPullConsumerImpl, StructuredProxyPullConsumerImpl, TypedProxyPullConsumerImpl

public interface MessageSupplier

Abstraction of a ProxyPullConsumer.

Version:
$Id: MessageSupplier.java,v 1.4 2005/08/21 13:30:01 alphonse.bendt Exp $
Author:
Alphonse Bendt

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

Method Detail

runPullMessage

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

Throws:
Disconnected

destroy

public void destroy()