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