Previous Table of Contents Next


6.5 Proxy Resource Event Source

   A proxy data provider must implement a ResourceEventSource. This involves synthesizing a current_version() operation and acting as an event channel for ResourceChangeEvents.

   The proxy must report:

   In order to combine event sources, the proxy must connect to all of the ultimate data providers and receive their ResourceChangeEvents. It must then provide an event service to the clients. Each event from each data provider is passed on to the clients. An implementation could employ a standard CORBA Events service in this role.