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

CosEventChannelAdmin::ProxyPushConsumer Interface Reference

Interface for a proxy push consumer. More...

import "CosEventChannelAdmin.idl";

Inherits CosEventComm::PushConsumer.

Inherited by CosTypedEventChannelAdmin::TypedProxyPushConsumer, and NotificationExtensions::TrProxyPushConsumer.

List of all members.

Public Methods

void connect_push_supplier (in CosEventComm::PushSupplier push_supplier) raises (AlreadyConnected)
 Connect a push supplier to this proxy. More...


Detailed Description

Interface for a proxy push consumer.


Member Function Documentation

void CosEventChannelAdmin::ProxyPushConsumer::connect_push_supplier in CosEventComm::PushSupplier    push_supplier raises (AlreadyConnected)
 

Connect a push supplier to this proxy.

m <code>push_supplier</code> - The <code>PushSupplier</code>
object reference. @raises AlreadyConnected If this supplier is already connected.