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

CosNotifyChannelAdmin::StructuredProxyPullSupplier Interface Reference

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

import "CosNotifyChannelAdmin.idl";

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

Inherited by CosNotifyChannelAdminAck::StructuredProxyPullSupplierAck, and NotificationExtensions::TrStructuredProxyPullSupplier.

List of all members.

Public Methods

void connect_structured_pull_consumer (in CosNotifyComm::StructuredPullConsumer pull_consumer) raises (CosEventChannelAdmin::AlreadyConnected)
 Connect a structured type pull consumer to this proxy. More...


Detailed Description

An interface for structured proxy pull suppliers.


Member Function Documentation

void CosNotifyChannelAdmin::StructuredProxyPullSupplier::connect_structured_pull_consumer in CosNotifyComm::StructuredPullConsumer    pull_consumer raises (CosEventChannelAdmin::AlreadyConnected)
 

Connect a structured 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.