import "CosEventComm.idl";
Inheritance diagram for CosEventComm::PushSupplier:
Public Member Functions | |
void | disconnect_push_supplier () |
The peer has disconnected from the push-style supplier. |
A push-style supplier actively pushes events into the Event Service
Definition at line 91 of file CosEventComm.idl.
|
The peer has disconnected from the push-style supplier. The disconnect_push_supplier operation indicates that the peer has disconnected, for example, because it has been destroyed. The application can safe release all resource attached to this supplier and destroy it, further attempts to push events into its peer will fail. |