A pull supplier uses this interface to register with an event channel.
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.
pull_supplier
- A reference to a pull supplier implementation,
Generated by the ORBacus IDL-to-HTML translator (non-commercial)