org.jacorb.notification.interfaces

Interface MessageSupplier

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
voiddestroy()
voidrunPullMessage()
pull one or more events from the Supplier and hands over the pulled events to the TaskProcessor.

Method Detail

destroy

public void destroy()

runPullMessage

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