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

CosNotifyComm::StructuredPushConsumer Interface Reference

An interface for structured push consumers. More...

import "CosNotifyComm.idl";

Inherits CosNotifyComm::NotifyPublish.

Inherited by CosNotifyChannelAdmin::StructuredProxyPushConsumer.

List of all members.

Public Methods

void push_structured_event (in CosNotification::StructuredEvent notification) raises (CosEventComm::Disconnected)
 Push a structured event onto this consumer. More...

void disconnect_structured_push_consumer ()
 Disconnect this structured push consumer. More...


Detailed Description

An interface for structured push consumers.


Member Function Documentation

void CosNotifyComm::StructuredPushConsumer::disconnect_structured_push_consumer  
 

Disconnect this structured push consumer.

void CosNotifyComm::StructuredPushConsumer::push_structured_event in CosNotification::StructuredEvent    notification raises (CosEventComm::Disconnected)
 

Push a structured event onto this consumer.

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