Interface CosEventChannelAdmin::SupplierAdmin

interface SupplierAdmin

An event supplier uses this interface to create the appropriate proxy consumer.



Operation Index

obtain_pull_consumer
Creates a new ProxyPullConsumer object.
obtain_push_consumer
Creates a new ProxyPushConsumer object.

Operations

obtain_pull_consumer
ProxyPullConsumer obtain_pull_consumer();

Creates a new ProxyPullConsumer object.

Returns:
An object reference to the new proxy is returned.

obtain_push_consumer
ProxyPushConsumer obtain_push_consumer();

Creates a new ProxyPushConsumer object.

Returns:
An object reference to the new proxy is returned.


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