| 
    TAO_CosEvent
    2.2.4
    
   | 
 
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.  More... | |
  Public Member Functions inherited from CosEventComm::PushConsumer | |
| void | push (in any data) raises (Disconnected) | 
| Receive one event from the Consumer's peer.  More... | |
| void | disconnect_push_consumer () | 
| The peer has disconnected from the PushConsumer.  More... | |
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. | 
 1.8.6