org.jacorb.notification.servant
public interface MessageSupplierDelegate
Nested Class Summary | |
---|---|
static class | MessageSupplierDelegate.PullResult |
Method Summary | |
---|---|
boolean | getConnected() |
boolean | isSuspended() |
MessageSupplierDelegate.PullResult | pullMessages()
the implementation pulls one or more events from its Supplier
and hands over the pulled events to the TaskProcessor. |
void | queueMessages(MessageSupplierDelegate.PullResult data) |