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