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

CosNotifyComm::NotifySubscribe Interface Reference

An interface used by event subscribers. More...

import "CosNotifyComm.idl";

Inherited by CosNotifyChannelAdmin::ConsumerAdmin, CosNotifyComm::PullSupplier, CosNotifyComm::PushSupplier, CosNotifyComm::SequencePullSupplier, CosNotifyComm::SequencePushSupplier, CosNotifyComm::StructuredPullSupplier, CosNotifyComm::StructuredPushSupplier, and CosTypedNotifyComm::TypedPullSupplier.

List of all members.

Public Methods

void subscription_change (in CosNotification::EventTypeSeq added, in CosNotification::EventTypeSeq removed) raises ( InvalidEventType )
 Indicates that a consumer is changing the names of the types of events it is subscribed to. More...


Detailed Description

An interface used by event subscribers.


Member Function Documentation

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

Indicates that a consumer is changing the names of the types of events it is subscribed to.

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.