Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

CosNotifyChannelAdmin::ProxyPullSupplier Interface Reference

An interface for proxy pull suppliers. More...

import "CosNotifyChannelAdmin.idl";

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

Inherited by NotificationExtensions::TrProxyPullSupplier.

List of all members.

Public Methods

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


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.

m <code>pull_consumer</code> - The <code>PullConsumer</code>
object reference. @raises AlreadyConnected If this consumer is already connected.