CosNotifyComm::SequencePushConsumer Interface Reference

An interface for sequence push consumers. More...

import "CosNotifyComm.idl";

Inherits CosNotifyComm::NotifyPublish.

Inherited by CosNotifyChannelAdmin::SequenceProxyPushConsumer.

List of all members.

Public Member Functions

void push_structured_events (in CosNotification::EventBatch notifications) raises (CosEventComm::Disconnected)
 Push a sequence of events onto this consumer.
void disconnect_sequence_push_consumer ()
 Disconnect this push consumer.


Detailed Description

An interface for sequence push consumers.


Member Function Documentation

void CosNotifyComm::SequencePushConsumer::disconnect_sequence_push_consumer (  ) 

Disconnect this push consumer.

void CosNotifyComm::SequencePushConsumer::push_structured_events ( in CosNotification::EventBatch  notifications  )  raises (CosEventComm::Disconnected)

Push a sequence of events onto this consumer.

notifications - The event sequence. Disconnected If this consumer is disconnected.