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

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 Methods

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

void disconnect_sequence_push_consumer ()
 Disconnect this push consumer. More...


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.

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