CosEventChannelAdmin::ProxyPushConsumer Interface Reference

Interface for a proxy push consumer. More...

import "CosEventChannelAdmin.idl";

Inherits CosEventComm::PushConsumer.

Inherited by CosTypedEventChannelAdmin::TypedProxyPushConsumer.

List of all members.

Public Member Functions

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


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.

push_supplier - The PushSupplier object reference. AlreadyConnected If this supplier is already connected.