Interface CosEventChannelAdmin::ProxyPullSupplier

interface ProxyPullSupplier
inherits from CosEventComm::PullSupplier

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



Operation Index

connect_pull_consumer
Registers a pull consumer implementation with the event channel.

Operations

connect_pull_consumer
void connect_pull_consumer(in CosEventComm::PullConsumer pull_consumer)
    raises(AlreadyConnected);

Registers a pull consumer implementation with the event channel. A pull consumer need not implement a CosEventComm::PullConsumer object to successfully pull events from a channel. This is only necessary if the consumer wishes for notification when it is disconnected by the channel. If this notification is not required a nil object reference may be passed.

Parameters:
pull_consumer - A reference to a pull consumer implementation, or a nil object reference.


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