J-Integra® Espresso Programming Documentation (API)

ProxyPullConsumer.connect_pull_supplier Method

The Event Service will not start pulling events until this operation is invoked.

void connect_pull_supplier(
 CosEventComm.PullSupplier a_pull_supplier
);

Parameters

a_pull_supplier
Callback interface used to (1) inform the application when the Event Service is destroyed, and (2) pull events from the application. The argument cannot be nil.

Return Value

none

Remarks

none

Exceptions

CORBA.BAD_PARAM if the pull_supplier argument is nil.
AlreadyConnected if the operation is called a second time.
TypeError In Typed Event Services if the consumer does not match the expected type.

See Also

ProxyPullConsumer Interface | ProxyPullConsumer Members | Ics.CosEventChannelAdmin Namespace