Event Service
Summary by Peter Jacobs
Implementation by Tawee Pimsarn
This review of the CORBA Event Service contains a summary and an implementation.
Summary
The OrbixEvents Programmer’s Guide from IONA Technologies PLC was used to prepare this summary.
The guide is available from IONA’s site at http://www.iona.com or by downloading it directly in Adobe Acrobat Reader format.
Summary Contents
- Communicating Indirectly
- Event Transfer And Communication
- Event Example
- Programming Interface
- Untyped Push
- Untyped Pull
- Typed Push
- Typed Pull
Event Example
A typical example that uses the event-based communication model is a number of documents linked to a spreadsheet cell. The documents are automatically updated if the value of the cell changes. Preferably, the spreadsheet should not have to keep track of which documents need to be updated. The Event Service is well suited for this task.
Summary Contents
- Communicating Indirectly
- Event Transfer And Communication
- Event Example
- Programming Interface < Next
- Untyped Push
- Untyped Pull
- Typed Push
- Typed Pull