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

CosEventChannelAdmin::ProxyPullConsumer Interface Reference

Interface for a proxy pull consumer. More...

import "CosEventChannelAdmin.idl";

Inherits CosEventComm::PullConsumer.

Inherited by NotificationExtensions::TrProxyPullConsumer.

List of all members.

Public Methods

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


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.

m <code>pull_supplier</code> - The <code>PullSupplier</code>
object reference. @raises AlreadyConnected If this supplier is already connected. @raises TypeError Illegal supplier type.