TAO_RTEvent  2.2.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
RtecEventComm::PushConsumer Interface Reference

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

import"RtecEventComm.idl";

Inheritance diagram for RtecEventComm::PushConsumer:
Inheritance graph
Collaboration diagram for RtecEventComm::PushConsumer:
Collaboration graph

Public Member Functions

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

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: