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

CosNotifyChannelAdmin::ProxyPushConsumer Interface Reference

An interface for proxy push consumers. More...

import "CosNotifyChannelAdmin.idl";

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

Inherited by NotificationExtensions::TrProxyPushConsumer.

List of all members.

Public Methods

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


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.

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