TAO_CosNotification
2.4.1
|
Defines the interface used by push-style suppliers that provide event batches. More...
import"CosNotifyComm.idl";
Public Member Functions | |
void | disconnect_sequence_push_supplier () |
The peer has disconnected. More... | |
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. More... | |
Defines the interface used by push-style suppliers that provide event batches.
Push-style suppliers actively generate events for the Notification Service. This particular interface can provide multiple events simultaneously.
void CosNotifyComm::SequencePushSupplier::disconnect_sequence_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.