The NotifyPublish
interface provides a method which
suppliers can use to inform consumers of changes in the set of
events offered.
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.
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)