Interface CosNotifyChannelAdmin::SequenceProxyPullSupplier

interface SequenceProxyPullSupplier
inherits from CosNotifyChannelAdmin::ProxySupplier, CosNotifyComm::SequencePullSupplier

The SequenceProxyPullSupplier interface supports connections from consumers who wish to pull sequences of structured events from the channel.



Operation Index

connect_sequence_pull_consumer
Connects a consumer to the channel.

Operations

connect_sequence_pull_consumer
void connect_sequence_pull_consumer(in CosNotifyComm::SequencePullConsumer pull_consumer)
    raises(CosEventChannelAdmin::AlreadyConnected);

Connects a consumer to the channel. If a consumer is already connected the AlreadyConnected exception is raised.

Parameters:
pull_consumer - A reference to the consumer object. A nil reference is permitted.


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