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

CosEventChannelAdmin::ProxyPushConsumer Interface Reference

Interface used by push-style suppliers. More...

#include <CosEventChannelAdmin.idl>

Inheritance diagram for CosEventChannelAdmin::ProxyPushConsumer

Inheritance graph
[legend]
Collaboration diagram for CosEventChannelAdmin::ProxyPushConsumer:

Collaboration graph
[legend]
List of all members.

Public Methods

void connect_push_supplier (in CosEventComm::PushSupplier push_supplier) raises (AlreadyConnected)
 Connect a push-style supplier to the Event Service. More...


Detailed Description

Interface used by push-style suppliers.

The application can use the methods derived from CosEventComm::PushConsumer to disconnect from the Event Service and push events.


Member Function Documentation

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

Connect a push-style supplier to the Event Service.

Before pushing events into its Proxy the application must call the following operation.

Parameters:
push_supplier   Callback interface, invoked by the Event Service if it is destroyed while the push-style supplier is still connected. If the argument is nil the callback is not invoked.
Exceptions:
AlreadyConnected   if the operation is called a second time.


The documentation for this interface was generated from the following file:
Generated at Wed Nov 21 12:09:29 2001 for TAO_CosEvent by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000