Interface CosNotifyComm::SequencePushConsumer

interface SequencePushConsumer
inherits from CosNotifyComm::NotifyPublish

The SequencePushConsumer interface is implemented and registered (connected) by clients who wish to have sequences of structured events pushed on them by the channel.



Operation Index

disconnect_sequence_push_consumer
Terminates communication between the target consumer and its supplier.
push_structured_events
Suppliers invoke this operation to pass sequences of structured events to consumers.

Operations

disconnect_sequence_push_consumer
void disconnect_sequence_push_consumer();

Terminates communication between the target consumer and its supplier. Also frees resources allocated by the consumer.


push_structured_events
void push_structured_events(in CosNotification::EventBatch notifications)
    raises(CosEventComm::Disconnected);

Suppliers invoke this operation to pass sequences of structured events to consumers. If communication is disconnected the Disconnected exception is raised.

Parameters:
notifications - The structured events being pushed to the consumer.


Generated by the ORBacus IDL-to-HTML translator (non-commercial)