CosNotifyChannelAdmin::ProxyPushConsumer Interface Reference

An interface for proxy push consumers. More...

import "CosNotifyChannelAdmin.idl";

Inherits CosNotifyChannelAdmin::ProxyConsumer, and CosNotifyComm::PushConsumer.

List of all members.

Public Member Functions

void connect_any_push_supplier (in CosEventComm::PushSupplier push_supplier) raises (CosEventChannelAdmin::AlreadyConnected)
 Connect an any type push supplier to this proxy.


Detailed Description

An interface for proxy push consumers.


Member Function Documentation

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

Connect an any type push supplier to this proxy.

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