Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CosNotifyComm::NotifyPublish Interface Reference

Defines interface to report changes in the events published to a consumer. More...

import "CosNotifyComm.idl";

Inheritance diagram for CosNotifyComm::NotifyPublish:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

Defines interface to report changes in the events published to a consumer.

Interfaces that represent consumers (or the consumer aspects of an Notification Service) provide this interface to receive notifications in the list of events they support.


Member Function Documentation

void CosNotifyComm::NotifyPublish::offer_change in CosNotification::EventTypeSeq  added,
in CosNotification::EventTypeSeq  removed
raises ( InvalidEventType )
 

Report a change in the list of publications.

Parameters:
added The list of new event types that the consumer can expect.
removed The list of event types that the consumer should no longer expect.
Exceptions:
InvalidEventType if the one or more event types provided is invalid


The documentation for this interface was generated from the following file:
Generated on Fri Dec 31 16:11:03 2004 for TAO_CosNotification by  doxygen 1.3.9.1