Using an Event Channel
Regardless of the relationship among suppliers and consumers, to establish a connection and deliver events through the Event Channel, five steps must be taken:
1. | The client (Supplier or Consumer) first binds to the Event Channel (which must be created by someone already, perhaps the client itself). |
2. | The client obtains an Admin object from the Event Channel. A Consumer needs a ConsumerAdmin object, and a Supplier needs a SupplierAdmin object. |
3. | The client obtains a proxy object from the Admin object (a Consumer Proxy for a Supplier client, and a Supplier Proxy for a Consumer client). |
4. | The client adds the Supplier or Consumer to the Event Channel via a connect() call. |
5. | The client and/or the Event Channel transfer data ... |
Get Pure CORBA now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.