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

CosNotifyChannelAdmin::ProxyPullSupplier Interface Reference

Defines the interface provided for pull-style consumers using the 'any' event format. More...

import "CosNotifyChannelAdmin.idl";

Inheritance diagram for CosNotifyChannelAdmin::ProxyPullSupplier:

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

Collaboration graph
[legend]
List of all members.

Public Methods

void connect_any_pull_consumer (in CosEventComm::PullConsumer pull_consumer) raises (CosEventChannelAdmin::AlreadyConnected)
 The consumer cannot pull events until this operation is invoked. More...


Detailed Description

Defines the interface provided for pull-style consumers using the 'any' event format.


Member Function Documentation

void CosNotifyChannelAdmin::ProxyPullSupplier::connect_any_pull_consumer in CosEventComm::PullConsumer    pull_consumer raises (CosEventChannelAdmin::AlreadyConnected)
 

The consumer cannot pull events until this operation is invoked.

Parameters:
pull_consumer  the 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::AlreadyConnected  if 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:
Generated on Thu Oct 10 21:31:02 2002 for TAO_CosNotification by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001