Package | Description |
---|---|
org.jacorb.notification.servant |
Modifier and Type | Method and Description |
---|---|
MessageSupplierDelegate.PullResult |
TypedProxyPullConsumerImpl.pullMessages() |
MessageSupplierDelegate.PullResult |
StructuredProxyPullConsumerImpl.pullMessages() |
MessageSupplierDelegate.PullResult |
SequenceProxyPullConsumerImpl.pullMessages() |
MessageSupplierDelegate.PullResult |
ProxyPullConsumerImpl.pullMessages() |
MessageSupplierDelegate.PullResult |
MessageSupplierDelegate.pullMessages()
the implementation pulls one or more events from its Supplier
and hands over the pulled events to the TaskProcessor.
|
Modifier and Type | Method and Description |
---|---|
void |
TypedProxyPullConsumerImpl.queueMessages(MessageSupplierDelegate.PullResult data) |
void |
StructuredProxyPullConsumerImpl.queueMessages(MessageSupplierDelegate.PullResult data) |
void |
SequenceProxyPullConsumerImpl.queueMessages(MessageSupplierDelegate.PullResult pullResult) |
void |
ProxyPullConsumerImpl.queueMessages(MessageSupplierDelegate.PullResult data) |
void |
MessageSupplierDelegate.queueMessages(MessageSupplierDelegate.PullResult data) |