Module CosEventChannelAdmin

This module contains channel administration interfaces. These interfaces support the creation of the various Event Service type admin and proxy objects.



Interface Index

ConsumerAdmin
An event consumer uses this interface to create the appropriate proxy supplier.
EventChannel
Event suppliers and consumers use the EventChannel interface to obtain the admin objects required for proxy creation.
ProxyPullConsumer
A pull supplier uses this interface to register with an event channel.
ProxyPullSupplier
A pull consumer uses this interface to register with an event channel.
ProxyPushConsumer
A push supplier uses this interface to register with an event channel.
ProxyPushSupplier
A push consumer uses this interface to register with an event channel.
SupplierAdmin
An event supplier uses this interface to create the appropriate proxy consumer.

Exception Index

AlreadyConnected
Thrown by a consumer or supplier proxy to indicate that a client is already registered.
TypeError
Certain proxy implementations may impose additional requirements on pull suppliers and push consumers that are allowed to connect.

Exceptions

AlreadyConnected
exception AlreadyConnected
{
};

Thrown by a consumer or supplier proxy to indicate that a client is already registered. The proxy interfaces permit only one connection at a time.


TypeError
exception TypeError
{
};

Certain proxy implementations may impose additional requirements on pull suppliers and push consumers that are allowed to connect. If the object does not support these requirements the TypeError exception is raised.



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