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

CosTypedNotifyChannelAdmin::TypedProxyPushConsumer Interface Reference

An interface for typed proxy push consumers. More...

import "CosTypedNotifyChannelAdmin.idl";

Inherits CosNotifyChannelAdmin::ProxyConsumer, and CosTypedNotifyComm::TypedPushConsumer.

List of all members.

Public Methods

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


Detailed Description

An interface for typed proxy push consumers.


Member Function Documentation

void CosTypedNotifyChannelAdmin::TypedProxyPushConsumer::connect_typed_push_supplier in CosEventComm::PushSupplier    push_supplier raises ( CosEventChannelAdmin::AlreadyConnected )
 

Connect a typed push supplier to this proxy.

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