Interface CosEventChannelAdmin::ConsumerAdmin

interface ConsumerAdmin

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



Operation Index

obtain_pull_supplier
Creates a new ProxyPullSupplier object.
obtain_push_supplier
Creates a new ProxyPushSupplier object.

Operations

obtain_pull_supplier
ProxyPullSupplier obtain_pull_supplier();

Creates a new ProxyPullSupplier object.

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

obtain_push_supplier
ProxyPushSupplier obtain_push_supplier();

Creates a new ProxyPushSupplier object.

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


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