import "CosEventChannelAdmin.idl";
Inheritance diagram for CosEventChannelAdmin::ProxyPullSupplier:
Public Member Functions | |
void | connect_pull_consumer (in CosEventComm::PullConsumer pull_consumer) raises (AlreadyConnected) |
Connect a pull consumer to the Event Service. |
Pull-style suppliers use this interface to connect and disconnect from the Event Service.
The disconnect_pull_supplier() operation, derived from CosEventComm::PullSupplier, is used by the application to disconnect from the Event Service. The application can use the pull() and try_pull() operations to pull data from the Event Service.
|
Connect a pull consumer to the Event Service. Applications cannot pull events before this operation is invoked.
|