Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RtecEventComm::PushConsumer Interface Reference

Define the interface used by consumers to receive events. More...

import "RtecEventComm.idl";

Inheritance diagram for RtecEventComm::PushConsumer:

Inheritance graph
[legend]
List of all members.

Public Member Functions

oneway void push (in EventSet data)
 Main event delivery callback.
void disconnect_push_consumer ()
 Callback method to indicate a disconnection.

Detailed Description

Define the interface used by consumers to receive events.

Applications usually implement this interface to subscribe for events.


Member Function Documentation

void RtecEventComm::PushConsumer::disconnect_push_consumer  ) 
 

Callback method to indicate a disconnection.

If the event service is destroyed while a consumer is still connected then the following callback operation is invoked on the consumer.

The same operation is used by suppliers to disconnect from the Event Channel, but it is invoked via their RtecEventChannelAdmin::ProxyPushConsumer peer.

oneway void RtecEventComm::PushConsumer::push in EventSet  data  ) 
 

Main event delivery callback.


The documentation for this interface was generated from the following file:
Generated on Sun Mar 5 15:53:46 2006 for TAO_RTEvent by  doxygen 1.3.9.1