CosNotifyChannelAdmin::ProxyPullSupplier Interface Reference

An interface for proxy pull suppliers. More...

import "CosNotifyChannelAdmin.idl";

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

List of all members.

Public Member Functions

void connect_any_pull_consumer (in CosEventComm::PullConsumer pull_consumer) raises (CosEventChannelAdmin::AlreadyConnected)
 Connect an any type pull consumer to this proxy.


Detailed Description

An interface for proxy pull suppliers.


Member Function Documentation

void CosNotifyChannelAdmin::ProxyPullSupplier::connect_any_pull_consumer ( in CosEventComm::PullConsumer  pull_consumer  )  raises (CosEventChannelAdmin::AlreadyConnected)

Connect an any type pull consumer to this proxy.

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