Interface CosEventChannelAdmin::ProxyPushSupplier

interface ProxyPushSupplier
inherits from CosEventComm::PushSupplier

A push consumer uses this interface to register with an event channel.



Operation Index

connect_push_consumer
Registers a push consumer implementation with the event channel.

Operations

connect_push_consumer
void connect_push_consumer(in CosEventComm::PushConsumer push_consumer)
    raises(AlreadyConnected,
           TypeError);

Registers a push consumer implementation with the event channel. A push consumer must implement and register a CosEventComm::PushConsumer object so that the channel may successfully push events on it.

Parameters:
push_consumer - A reference to a push consumer implementation,


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