import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::SequenceProxyPushConsumer:
Public Member Functions | |
void | connect_sequence_push_supplier (in CosNotifyComm::SequencePushSupplier push_supplier) raises (CosEventChannelAdmin::AlreadyConnected) |
Connect a supplier to the proxy. |
void CosNotifyChannelAdmin::SequenceProxyPushConsumer::connect_sequence_push_supplier | ( | in CosNotifyComm::SequencePushSupplier | push_supplier | ) | raises (CosEventChannelAdmin::AlreadyConnected) |
Connect a supplier to the proxy.
Suppliers cannot push events into a ProxyPushConsumer until this method is invoked.
push_supplier | the callback object used to inform the application if the event channel is destroyed. If the argument is nil no destroy notification is provided. |
CosEventChannelAdmin::AlreadyConnected | if the proxy is already connected, i.e. if this operation is invoked more than one time. |