org.jacorb.events |
|
Java Source File Name | Type | Comment |
EventChannelImpl.java | Class | Simple implementation of the event channel spec.
The event channel acts as a factory for proxy push/pull consumers/suppliers
and interacts with the implementation objects locally, i.e. |
EventListElement.java | Class | author: Joerg v. |
ProxyPullConsumerImpl.java | Class | Implementation of COSEventChannelAdmin interface; ProxyPullConsumer.
This defines connect_pull_supplier() and disconnect_pull_consumer().
2002/23/08 JFC OMG EventService Specification 1.1 page 2-7 states:
"Registration is a two step process. |
ProxyPullSupplierImpl.java | Class | Implementation of COSEventChannelAdmin interface; ProxyPullSupplier.
This defines connect_pull_consumer(), disconnect_pull_supplier() and the all
important pull() and try_pull() methods that the Consumer can call to
actuall deliver a message.
2002/23/08 JFC OMG EventService Specification 1.1 page 2-7 states:
"Registration is a two step process. |
ProxyPushConsumerImpl.java | Class | Implementation of COSEventChannelAdmin interface; ProxyPushConsumer.
This defines connect_push_supplier(), disconnect_push_consumer() and the all
important push() method that the Supplier can call to actuall deliver a
message.
2002/23/08 JFC OMG EventService Specification 1.1 page 2-7 states:
"Registration is a two step process. |
ProxyPushSupplierImpl.java | Class | Implementation of COSEventChannelAdmin interface; ProxyPushSupplier.
This defines connect_push_consumer() and disconnect_push_supplier(). |