Public Member Functions

CosNotifyChannelAdmin::StructuredProxyPushConsumer Interface Reference

Defines the interface provided for push-style suppliers using the 'structured' event format. More...

import "CosNotifyChannelAdmin.idl";

Inheritance diagram for CosNotifyChannelAdmin::StructuredProxyPushConsumer:
Inheritance graph
[legend]
Collaboration diagram for CosNotifyChannelAdmin::StructuredProxyPushConsumer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void connect_structured_push_supplier (in CosNotifyComm::StructuredPushSupplier push_supplier) raises (CosEventChannelAdmin::AlreadyConnected)
 Connect a supplier to the proxy.

Detailed Description

Defines the interface provided for push-style suppliers using the 'structured' event format.


Member Function Documentation

void CosNotifyChannelAdmin::StructuredProxyPushConsumer::connect_structured_push_supplier ( in CosNotifyComm::StructuredPushSupplier  push_supplier ) raises (CosEventChannelAdmin::AlreadyConnected)

Connect a supplier to the proxy.

Suppliers cannot push events into a ProxyPushConsumer until this method is invoked.

Parameters:
push_supplierthe callback object used to inform the application if the event channel is destroyed. If the argument is nil no destroy notification is provided.
Exceptions:
CosEventChannelAdmin::AlreadyConnectedif the proxy is already connected, i.e. if this operation is invoked more than one time.

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines