CosEventComm::PushConsumer Interface Reference

Interface for a push consumer. More...

import "CosEventComm.idl";

Inherited by CosEventChannelAdmin::ProxyPushConsumer, CosNotifyComm::PushConsumer, and CosTypedEventComm::TypedPushConsumer.

List of all members.

Public Member Functions

void push (in any data) raises (Disconnected)
 Push an event onto this consumer.
void disconnect_push_consumer ()
 Disconnect a push consumer.


Detailed Description

Interface for a push consumer.


Member Function Documentation

void CosEventComm::PushConsumer::disconnect_push_consumer (  ) 

Disconnect a push consumer.

void CosEventComm::PushConsumer::push ( in any  data  )  raises (Disconnected)

Push an event onto this consumer.

data - The event data. Disconnected If this consumer is disconnected.