import "CosNotifyComm.idl";
Inherits CosNotifyComm::NotifySubscribe.
Inherited by CosNotifyChannelAdmin::StructuredProxyPullSupplier, and CosNotifyCommAck::StructuredPullSupplierAck.
Public Member Functions | |
| CosNotification::StructuredEvent | pull_structured_event () raises (CosEventComm::Disconnected) |
| Pull a structured event from this supplier. | |
| CosNotification::StructuredEvent | try_pull_structured_event (out boolean has_event) raises (CosEventComm::Disconnected) |
| Try to pull a structured event from this supplier. | |
| void | disconnect_structured_pull_supplier () |
| Disconnect this pull supplier. | |
| void CosNotifyComm::StructuredPullSupplier::disconnect_structured_pull_supplier | ( | ) |
Disconnect this pull supplier.
| CosNotification::StructuredEvent CosNotifyComm::StructuredPullSupplier::pull_structured_event | ( | ) | raises (CosEventComm::Disconnected) |
Pull a structured event from this supplier.
| CosNotification::StructuredEvent CosNotifyComm::StructuredPullSupplier::try_pull_structured_event | ( | out boolean | has_event | ) | raises (CosEventComm::Disconnected) |
Try to pull a structured event from this supplier.
has_event - boolean indicating if supplier has an event.
![]()