Interface CosNotifyComm::NotifyPublish

interface NotifyPublish

The NotifyPublish interface provides a method which suppliers can use to inform consumers of changes in the set of events offered.



Operation Index

offer_change
Reports changes in the event offering to consumers.

Operations

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

Reports changes in the event offering to consumers. 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 those currently offered.
removed - A list of event types no longer being supplied.


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