CosEventChannelAdmin::ProxyPullSupplier Interface Reference

Interface for a proxy pull supplier. More...

import "CosEventChannelAdmin.idl";

Inherits CosEventComm::PullSupplier.

Inherited by CosTypedEventChannelAdmin::TypedProxyPullSupplier.

List of all members.

Public Member Functions

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


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.

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