import "CosNotifyComm.idl";
Inherited by CosNotifyChannelAdmin::SupplierAdmin, CosNotifyComm::PullConsumer, CosNotifyComm::PushConsumer, CosNotifyComm::SequencePullConsumer, CosNotifyComm::SequencePushConsumer, CosNotifyComm::StructuredPullConsumer, CosNotifyComm::StructuredPushConsumer, and CosTypedNotifyComm::TypedPushConsumer.
Public Member Functions | |
| 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. | |
| 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.
added - The event types added. removed - The event types removed. InvalidEventType If any of the event type names in either the of the input sequences are invalid.
![]()