J-Integra® Espresso Programming Documentation (API)

PushConsumer.push Method

A supplier communicates event data to the consumer by invoking the push operation.

void push(
 Ics.CORBA.Any a_data
);

Parameters

a_data
The event

Return Value

none

Remarks

none

Exceptions

Disconnected if the object considers itself no longer connected to its peer.

See Also

PushConsumer Interface | PushConsumer Members | Ics.CosEventComm Namespace