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

CosTypedNotifyChannelAdmin::TypedProxyPullSupplier Interface Reference

An interface for typed proxy pull supplier. More...

import "CosTypedNotifyChannelAdmin.idl";

Inherits CosNotifyChannelAdmin::ProxySupplier, and CosTypedNotifyComm::TypedPullSupplier.

List of all members.

Public Methods

void connect_typed_pull_consumer (in CosEventComm::PullConsumer pull_consumer) raises ( CosEventChannelAdmin::AlreadyConnected )
 Connect a typed pull consumer to this proxy. More...


Detailed Description

An interface for typed proxy pull supplier.


Member Function Documentation

void CosTypedNotifyChannelAdmin::TypedProxyPullSupplier::connect_typed_pull_consumer in CosEventComm::PullConsumer    pull_consumer raises ( CosEventChannelAdmin::AlreadyConnected )
 

Connect a typed pull consumer to this proxy.

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