TAO_CosNotification
2.0.8
|
Defines the interface provided for push-style suppliers using the 'any' event format. More...
import "CosNotifyChannelAdmin.idl";
Public Member Functions | |
void | connect_any_push_supplier (in CosEventComm::PushSupplier push_supplier) raises (CosEventChannelAdmin::AlreadyConnected) |
Connect a supplier to the proxy. |
Defines the interface provided for push-style suppliers using the 'any' event format.
void CosNotifyChannelAdmin::ProxyPushConsumer::connect_any_push_supplier | ( | in CosEventComm::PushSupplier | 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. |