Interface CosNotifyComm::StructuredPushConsumer

interface StructuredPushConsumer
inherits from CosNotifyComm::NotifyPublish

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



Operation Index

disconnect_structured_push_consumer
Terminates communication between the target consumer and its supplier.
push_structured_event
Suppliers invoke this operation to pass structured event data to consumers.

Operations

disconnect_structured_push_consumer
void disconnect_structured_push_consumer();

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


push_structured_event
void push_structured_event(in CosNotification::StructuredEvent notification)
    raises(CosEventComm::Disconnected);

Suppliers invoke this operation to pass structured event data to consumers. If communication is disconnected the Disconnected exception is raised.

Parameters:
notification - The structured event being pushed to the consumer.


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