TAO_RTEvent 4.0.2
|
Observes changes in the EC consumer subscriptions and notifies TAO_ECG_Mcast_EH when there are changes. More...
Public Member Functions | |
Observer (TAO_ECG_Mcast_EH *eh) | |
void | shutdown () |
virtual void | update_consumer (const RtecEventChannelAdmin::ConsumerQOS &sub) |
Event Channel Observer methods. | |
virtual void | update_supplier (const RtecEventChannelAdmin::SupplierQOS &pub) |
![]() | |
void | set_deactivator (TAO_EC_Object_Deactivator &deactivator) |
Private Attributes | |
TAO_ECG_Mcast_EH * | eh_ |
Handler we notify of subscriptions changes. | |
Additional Inherited Members | |
![]() | |
TAO_EC_Deactivated_Object () | |
~TAO_EC_Deactivated_Object () | |
![]() | |
TAO_EC_Object_Deactivator | deactivator_ |
Utility for deactivating ourselves from POA. | |
Observes changes in the EC consumer subscriptions and notifies TAO_ECG_Mcast_EH when there are changes.
TAO_ECG_Mcast_EH::Observer::Observer | ( | TAO_ECG_Mcast_EH * | eh | ) |
Constructor. Changes in the EC subscriptions will be reported to the eh.
void TAO_ECG_Mcast_EH::Observer::shutdown | ( | ) |
Shut down the observer: disconnect from EC and deactivate from POA.
|
virtual |
Event Channel Observer methods.
|
virtual |
|
private |
Handler we notify of subscriptions changes.