J-Integra® Espresso Programming Documentation (API)

ProxyPushSupplier.connect_push_consumer Method

The following operation must be invoked before the Event Service can deliver any events to the consumer.

void connect_push_consumer(
 CosEventComm.PushConsumer a_push_consumer
);

Parameters

a_push_consumer
The consumer, must be non-nil.

Return Value

none

Remarks

none

Exceptions

CORBA.BAD_PARAM if the consumer 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

ProxyPushSupplier Interface | ProxyPushSupplier Members | Ics.CosEventChannelAdmin Namespace