CosNotifyChannelAdmin::SequenceProxyPullSupplier Interface Reference

An interface for sequence proxy pull suppliers. More...

import "CosNotifyChannelAdmin.idl";

Inherits CosNotifyChannelAdmin::ProxySupplier, and CosNotifyComm::SequencePullSupplier.

Inherited by CosNotifyChannelAdminAck::SequenceProxyPullSupplierAck.

List of all members.

Public Member Functions

void connect_sequence_pull_consumer (in CosNotifyComm::SequencePullConsumer pull_consumer) raises (CosEventChannelAdmin::AlreadyConnected)
 Connect a sequence type pull consumer to this proxy.


Detailed Description

An interface for sequence proxy pull suppliers.


Member Function Documentation

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

Connect a sequence type pull consumer to this proxy.

pull_consumer - The PullConsumer object reference. AlreadyConnected If this consumer is already connected.