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