Interface CosNotifyChannelAdmin::StructuredProxyPushConsumer

interface StructuredProxyPushConsumer
inherits from CosNotifyChannelAdmin::ProxyConsumer, CosNotifyComm::StructuredPushConsumer

The StructuredProxyPushConsumer interface supports connections by suppliers who wish to push structured events on the channel.



Operation Index

connect_structured_push_supplier
Connects a supplier to the channel.

Operations

connect_structured_push_supplier
void connect_structured_push_supplier(in CosNotifyComm::StructuredPushSupplier push_supplier)
    raises(CosEventChannelAdmin::AlreadyConnected);

Connects a supplier to the channel. If a supplier is already connected the AlreadyConnected exception is raised.

Parameters:
push_supplier - A reference to the supplier object. A nil reference is permitted.


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