Interface CosNotifyComm::NotifySubscribe

interface NotifySubscribe

The NotifySubscribe interface provides a method which consumers can use to inform suppliers of the event types of interest.



Operation Index

subscription_change
Reports changes in the event subscription to suppliers.

Operations

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

Reports changes in the event subscription to suppliers. If one or more of the event type names being added or removed is syntactically incorrect the InvalidEventType exception is raised.

Parameters:
added - A list of new event types being added to the current subscription.
removed - A list of event types being removed from the subscription.


Generated by the ORBacus IDL-to-HTML translator (non-commercial)