TAO_RTEvent
2.0.8
|
Defines the interface used by suppliers to receive callbacks from the Event Channel. More...
import "RtecEventComm.idl";
Public Member Functions | |
void | disconnect_push_supplier () |
Callback method to indicate a disconnection. |
Defines the interface used by suppliers to receive callbacks from the Event Channel.
void RtecEventComm::PushSupplier::disconnect_push_supplier | ( | ) |
Callback method to indicate a disconnection.
If the event service is destroyed while a supplier is still connected then the following callback operation is invoked on the supplier.
The same operation is used by consumers to disconnect from the Event Channel, but it is invoked via their RtecEventChannelAdmin::ProxyPushSupplier peer.