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

CosEventChannelAdmin::ProxyPullSupplier Interface Reference

Interface for a proxy pull supplier. More...

import "CosEventChannelAdmin.idl";

Inherits CosEventComm::PullSupplier.

Inherited by CosTypedEventChannelAdmin::TypedProxyPullSupplier, and NotificationExtensions::TrProxyPullSupplier.

List of all members.

Public Methods

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


Detailed Description

Interface for a proxy pull supplier.


Member Function Documentation

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

Connect a pull consumer to this proxy.

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