TAO_CosNotification
2.1.6
|
Defines the interface used by push-style suppliers that provide structure events. More...
import "CosNotifyComm.idl";
Public Member Functions | |
void | disconnect_structured_push_supplier () |
The peer has disconnected. | |
Public Member Functions inherited from CosNotifyComm::NotifySubscribe | |
void | subscription_change (in CosNotification::EventTypeSeq added, in CosNotification::EventTypeSeq removed) raises ( InvalidEventType ) |
Report a change in the list of subscriptions. |
Defines the interface used by push-style suppliers that provide structure events.
Push-style suppliers actively provide events, in this case using the CosEventComm::StructuredEvent format.
void CosNotifyComm::StructuredPushSupplier::disconnect_structured_push_supplier | ( | ) |
The peer has disconnected.
This operation is invoked by the consumer peer when it wishes to disconnect. The consumer can safely assume that no more events will follow this request.