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 Member Functions

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


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.

notification - The structured event. Disconnected If this consumer is disconnected.