TAO_CosNotification  2.0.8
Public Member Functions
CosNotifyComm::NotifySubscribe Interface Reference

Defines interface to report changes in the events required from a supplier. More...

import "CosNotifyComm.idl";

Inheritance diagram for CosNotifyComm::NotifySubscribe:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void subscription_change (in CosNotification::EventTypeSeq added, in CosNotification::EventTypeSeq removed) raises ( InvalidEventType )
 Report a change in the list of subscriptions.

Detailed Description

Defines interface to report changes in the events required from a supplier.

Interfaces that represent suppliers (or the supplier aspects of the Notification Service) provide this interface to receive changes


Member Function Documentation

void CosNotifyComm::NotifySubscribe::subscription_change ( in CosNotification::EventTypeSeq  added,
in CosNotification::EventTypeSeq  removed 
) raises ( InvalidEventType )

Report a change in the list of subscriptions.

Parameters:
addedThe list of new event types that are interesting for the supplier's peer.
removedThe list of event types that are no longer interesting for the supplier's peer.
Exceptions:
InvalidEventTypeif the one or more event types provided is invalid

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines