Interface CosEventChannelAdmin::ProxyPullConsumer

interface ProxyPullConsumer
inherits from CosEventComm::PullConsumer

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



Operation Index

connect_pull_supplier
Registers a pull supplier implementation with the event channel.

Operations

connect_pull_supplier
void connect_pull_supplier(in CosEventComm::PullSupplier pull_supplier)
    raises(AlreadyConnected,
           TypeError);

Registers a pull supplier implementation with the event channel. A pull supplier must implement and register a CosEventComm::PullSupplier object so that the channel may successfully pull events from it.

Parameters:
pull_supplier - A reference to a pull supplier implementation,


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