Module CosEventComm

This module contains the basic, Event Service compatible, interfaces supporting the exchange of events between a supplier and consumer. Note that a channel acts as both supplier and consumer of events through its proxy interfaces.



Interface Index

PullConsumer
This interface is implemented by a pull consumer which wishes to receive notification when it is disconnected.
PullSupplier
This interface is implemented by a pull supplier so that the channel my pull events.
PushConsumer
This interface is implemented by a push consumer to receive event data.
PushSupplier
This interface is implemented by a push supplier which wishes to receive notification when it is disconnected.

Exception Index

Disconnected
This exception is raised by an operation if event communication has been disconnected.

Exceptions

Disconnected
exception Disconnected
{
};

This exception is raised by an operation if event communication has been disconnected.



Generated by the ORBacus IDL-to-HTML translator (non-commercial)