TAO_RTEvent
2.0.8
|
Implement an Abstract Factory to create ProxyPushConsumer objects. More...
import "RtecEventChannelAdmin.idl";
Public Member Functions | |
ProxyPushConsumer | obtain_push_consumer () |
Create a new ProxyPushConsumer object. |
Implement an Abstract Factory to create ProxyPushConsumer objects.
ProxyPushConsumer RtecEventChannelAdmin::SupplierAdmin::obtain_push_consumer | ( | ) |
Create a new ProxyPushConsumer object.
There is an inherent risk of leaking a ProxyPushConsumer here, i.e. if the application does not call connect_push_supplier() at all. The Event Service may choose to reclaim ProxyPushConsumer objects that have been idle for too long.