CosEventChannelAdmin::ProxyPullConsumer Interface Reference

Interface for a proxy pull consumer. More...

import "CosEventChannelAdmin.idl";

Inherits CosEventComm::PullConsumer.

List of all members.

Public Member Functions

void connect_pull_supplier (in CosEventComm::PullSupplier pull_supplier) raises (AlreadyConnected,TypeError)
 Connect a pull supplier to this proxy.


Detailed Description

Interface for a proxy pull consumer.


Member Function Documentation

void CosEventChannelAdmin::ProxyPullConsumer::connect_pull_supplier ( in CosEventComm::PullSupplier  pull_supplier  )  raises (AlreadyConnected,TypeError)

Connect a pull supplier to this proxy.

pull_supplier - The PullSupplier object reference. AlreadyConnected If this supplier is already connected. TypeError Illegal supplier type.