J-Integra® Espresso Programming Documentation (API)

ProxyPushConsumer.connect_push_supplier Method

Before pushing events into its Proxy the application must call the following operation.

void connect_push_supplier(
 CosEventComm.PushSupplier a_push_supplier
);

Parameters

a_push_supplier
Callback interface, invoked by the Event Service if it is destroyed while the push-style supplier is still connected. If the argument is nil the callback is not invoked.

Return Value

none

Remarks

none

Exceptions

AlreadyConnected if the operation is called a second time.

See Also

ProxyPushConsumer Interface | ProxyPushConsumer Members | Ics.CosEventChannelAdmin Namespace