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

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 Methods

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

void disconnect_push_consumer ()
 Disconnect a push consumer. More...


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.

m <code>data</code> - The event data.
@raises Disconnected If this consumer is disconnected.