TAO_CosEvent
2.0.8
|
Interface used by push-style suppliers. More...
import "CosEventChannelAdmin.idl";
Public Member Functions | |
void | connect_push_supplier (in CosEventComm::PushSupplier push_supplier) raises (AlreadyConnected) |
Connect a push-style supplier to the Event Service. |
Interface used by push-style suppliers.
The application can use the methods derived from CosEventComm::PushConsumer to disconnect from the Event Service and push events.
void CosEventChannelAdmin::ProxyPushConsumer::connect_push_supplier | ( | in CosEventComm::PushSupplier | push_supplier | ) | raises (AlreadyConnected) |
Connect a push-style supplier to the Event Service.
Before pushing events into its Proxy the application must call the following operation.
push_supplier | Callback interface, invoked by the Event Service if it is destroyed while the push-style supplier is still connected. If the argument is nil the callback is not invoked. |
AlreadyConnected | if the operation is called a second time. |