import "CosEventChannelAdmin.idl";
Inheritance diagram for CosEventChannelAdmin::ProxyPullConsumer:
Public Member Functions | |
void | connect_pull_supplier (in CosEventComm::PullSupplier pull_supplier) raises (AlreadyConnected, TypeError) |
Connect a pull supplier to the Event Service. |
Pull-style consumers use this interface to connect, disconnect and pull events from the Event Service.
The disconnect_pull_consumer() operation, derived from CosEventEventComm::PullConsumer, is used to disconnect from the Event Service.
|
Connect a pull supplier to the Event Service. The Event Service will not start pulling events until this operation is invoked.
|