Interface CosEventComm::PushConsumer

interface PushConsumer

This interface is implemented by a push consumer to receive event data.



Operation Index

disconnect_push_consumer
This method terminates event communication and releases resources allocated by the target object.
push
A supplier invokes the push operation to transfer an event to a consumer.

Operations

disconnect_push_consumer
void disconnect_push_consumer();

This method terminates event communication and releases resources allocated by the target object.


push
void push(in any data)
    raises(Disconnected);

A supplier invokes the push operation to transfer an event to a consumer.

Parameters:
data - The event is encapsulated in a CORBA::Any.


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