import "CosEventComm.idl";
Inherited by CosEventChannelAdmin::ProxyPushConsumer, CosNotifyComm::PushConsumer, and CosTypedEventComm::TypedPushConsumer.
Public Member Functions | |
| void | push (in any data) raises (Disconnected) |
| Push an event onto this consumer. | |
| void | disconnect_push_consumer () |
| Disconnect a push consumer. | |
| void CosEventComm::PushConsumer::disconnect_push_consumer | ( | ) |
Disconnect a push consumer.
| void CosEventComm::PushConsumer::push | ( | in any | data | ) | raises (Disconnected) |
Push an event onto this consumer.
data - The event data. Disconnected If this consumer is disconnected.
![]()