TAO_CosNotification  2.3.2
Public Member Functions | List of all members
CosNotifyComm::SequencePushSupplier Interface Reference

Defines the interface used by push-style suppliers that provide event batches. More...

import"CosNotifyComm.idl";

Inheritance diagram for CosNotifyComm::SequencePushSupplier:
Inheritance graph
[legend]
Collaboration diagram for CosNotifyComm::SequencePushSupplier:
Collaboration graph
[legend]

Public Member Functions

void disconnect_sequence_push_supplier ()
 The peer has disconnected. More...
 
- Public Member Functions inherited from CosNotifyComm::NotifySubscribe
void subscription_change (in CosNotification::EventTypeSeq added, in CosNotification::EventTypeSeq removed) raises ( InvalidEventType )
 Report a change in the list of subscriptions. More...
 

Detailed Description

Defines the interface used by push-style suppliers that provide event batches.

Push-style suppliers actively generate events for the Notification Service. This particular interface can provide multiple events simultaneously.

Member Function Documentation

void CosNotifyComm::SequencePushSupplier::disconnect_sequence_push_supplier ( )

The peer has disconnected.

This operation is invoked by the consumer peer when it wishes to disconnect. The consumer can safely assume that no more events will follow this request.


The documentation for this interface was generated from the following file: