import "CosNotifyComm.idl";
Inherits CosNotifyComm::NotifyPublish.
Inherited by CosNotifyChannelAdmin::StructuredProxyPushConsumer.
Public Member Functions | |
| void | push_structured_event (in CosNotification::StructuredEvent notification) raises (CosEventComm::Disconnected) |
| Push a structured event onto this consumer. | |
| void | disconnect_structured_push_consumer () |
| Disconnect this structured push consumer. | |
| void CosNotifyComm::StructuredPushConsumer::disconnect_structured_push_consumer | ( | ) |
Disconnect this structured push consumer.
| void CosNotifyComm::StructuredPushConsumer::push_structured_event | ( | in CosNotification::StructuredEvent | notification | ) | raises (CosEventComm::Disconnected) |
Push a structured event onto this consumer.
notification - The structured event. Disconnected If this consumer is disconnected.
![]()