CosNotifyComm::NotifyPublish Interface Reference

An interface used by event publishers. More...

import "CosNotifyComm.idl";

Inherited by CosNotifyChannelAdmin::SupplierAdmin, CosNotifyComm::PullConsumer, CosNotifyComm::PushConsumer, CosNotifyComm::SequencePullConsumer, CosNotifyComm::SequencePushConsumer, CosNotifyComm::StructuredPullConsumer, CosNotifyComm::StructuredPushConsumer, and CosTypedNotifyComm::TypedPushConsumer.

List of all members.

Public Member Functions

void offer_change (in CosNotification::EventTypeSeq added, in CosNotification::EventTypeSeq removed) raises ( InvalidEventType )
 Indicates that a supplier is changing the names of the types of events it is publishing.


Detailed Description

An interface used by event publishers.


Member Function Documentation

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

Indicates that a supplier is changing the names of the types of events it is publishing.

added - The event types added. removed - The event types removed. InvalidEventType If any of the event type names in either the of the input sequences are invalid.