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

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 Methods

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. More...


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.

m <code>added</code> - The event types added.
m <code>removed</code> - The event types removed.
@raises InvalidEventType If any of the event type names in either the of the input sequences are invalid.