org.jacorb.notification.servant

Interface MessageSupplierDelegate

public interface MessageSupplierDelegate

Nested Class Summary
static classMessageSupplierDelegate.PullResult
Method Summary
booleangetConnected()
booleanisSuspended()
MessageSupplierDelegate.PullResultpullMessages()
the implementation pulls one or more events from its Supplier and hands over the pulled events to the TaskProcessor.
voidqueueMessages(MessageSupplierDelegate.PullResult data)

Method Detail

getConnected

public boolean getConnected()

isSuspended

public boolean isSuspended()

pullMessages

public MessageSupplierDelegate.PullResult pullMessages()
the implementation pulls one or more events from its Supplier and hands over the pulled events to the TaskProcessor.

queueMessages

public void queueMessages(MessageSupplierDelegate.PullResult data)