Interface CosNotifyChannelAdmin::ProxyPushConsumer

interface ProxyPushConsumer
inherits from CosNotifyChannelAdmin::ProxyConsumer, CosNotifyComm::PushConsumer

The ProxyPushConsumer interface supports connections by suppliers who wish to push unstructured (CORBA::Any) events.



Operation Index

connect_any_push_supplier
Connects a supplier to the channel.

Operations

connect_any_push_supplier
void connect_any_push_supplier(in CosEventComm::PushSupplier 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)