TAO_CosNotification 4.0.0
|
A class that manages the Consumer and Supplier maps. More...
#include <Event_Manager.h>
Public Types | |
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Event_Manager > | Ptr |
![]() | |
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Refcountable > | Ptr |
Public Member Functions | |
TAO_Notify_Event_Manager () | |
Constructor. | |
virtual | ~TAO_Notify_Event_Manager () |
Destructor. | |
void | release () |
The release method is called when the refcount reaches 0. | |
void | init () |
Init. | |
void | shutdown () |
Init. | |
void | connect (TAO_Notify_ProxySupplier *proxy_supplier) |
Connect ProxySupplier. | |
void | disconnect (TAO_Notify_ProxySupplier *proxy_supplier) |
Disconnect ProxySupplier. | |
void | connect (TAO_Notify_ProxyConsumer *proxy_consumer) |
Connect ProxyConsumer. | |
void | disconnect (TAO_Notify_ProxyConsumer *proxy_consumer) |
Disconnect ProxyConsumer. | |
TAO_Notify_Consumer_Map & | consumer_map () |
Map accessors. | |
TAO_Notify_Supplier_Map & | supplier_map () |
void | offer_change (TAO_Notify_ProxyConsumer *proxy_consumer, const TAO_Notify_EventTypeSeq &added, const TAO_Notify_EventTypeSeq &removed) |
Offer change received on <proxy_consumer>. | |
void | subscription_change (TAO_Notify_ProxySupplier *proxy_supplier, const TAO_Notify_EventTypeSeq &added, const TAO_Notify_EventTypeSeq &removed) |
Subscription change received on <proxy_supplier>. | |
const TAO_Notify_EventTypeSeq & | offered_types () const |
What are the types being offered. | |
const TAO_Notify_EventTypeSeq & | subscription_types () const |
What are the types being subscribed. | |
![]() | |
TAO_Notify_Refcountable () | |
Constructor. | |
virtual | ~TAO_Notify_Refcountable () |
CORBA::ULong | _incr_refcnt () |
CORBA::ULong | _decr_refcnt () |
Protected Member Functions | |
void | subscribe (TAO_Notify_ProxySupplier *proxy_supplier, const TAO_Notify_EventTypeSeq &seq, TAO_Notify_EventTypeSeq &new_seq) |
Subscribe <proxy_supplier> to the event type sequence list <seq>. | |
void | un_subscribe (TAO_Notify_ProxySupplier *proxy_supplier, const TAO_Notify_EventTypeSeq &seq, TAO_Notify_EventTypeSeq &last_seq) |
Unsubscribe <proxy_supplier> to the event type sequence list <seq>. | |
void | publish (TAO_Notify_ProxyConsumer *proxy_consumer, const TAO_Notify_EventTypeSeq &seq, TAO_Notify_EventTypeSeq &new_seq) |
Subscribe <proxy_consumer> to the event type sequence list <seq>. | |
void | un_publish (TAO_Notify_ProxyConsumer *proxy_consumer, const TAO_Notify_EventTypeSeq &seq, TAO_Notify_EventTypeSeq &last_seq) |
Subscribe <proxy_consumer> to the event type sequence list <seq>. | |
Private Member Functions | |
TAO_Notify_Event_Manager (const TAO_Notify_Event_Manager &)=delete | |
TAO_Notify_Event_Manager & | operator= (const TAO_Notify_Event_Manager &)=delete |
TAO_Notify_Event_Manager (TAO_Notify_Event_Manager &&)=delete | |
TAO_Notify_Event_Manager & | operator= (TAO_Notify_Event_Manager &&)=delete |
Private Attributes | |
std::unique_ptr< TAO_Notify_Consumer_Map > | consumer_map_ |
Consumer Map. | |
std::unique_ptr< TAO_Notify_Supplier_Map > | supplier_map_ |
Supplier Map. | |
A class that manages the Consumer and Supplier maps.
TAO_Notify_Event_Manager::TAO_Notify_Event_Manager | ( | ) |
Constructor.
|
virtual |
Destructor.
|
privatedelete |
|
privatedelete |
void TAO_Notify_Event_Manager::connect | ( | TAO_Notify_ProxyConsumer * | proxy_consumer | ) |
Connect ProxyConsumer.
void TAO_Notify_Event_Manager::connect | ( | TAO_Notify_ProxySupplier * | proxy_supplier | ) |
Connect ProxySupplier.
TAO_Notify_Consumer_Map & TAO_Notify_Event_Manager::consumer_map | ( | ) |
Map accessors.
void TAO_Notify_Event_Manager::disconnect | ( | TAO_Notify_ProxyConsumer * | proxy_consumer | ) |
Disconnect ProxyConsumer.
void TAO_Notify_Event_Manager::disconnect | ( | TAO_Notify_ProxySupplier * | proxy_supplier | ) |
Disconnect ProxySupplier.
void TAO_Notify_Event_Manager::init | ( | ) |
Init.
void TAO_Notify_Event_Manager::offer_change | ( | TAO_Notify_ProxyConsumer * | proxy_consumer, |
const TAO_Notify_EventTypeSeq & | added, | ||
const TAO_Notify_EventTypeSeq & | removed ) |
Offer change received on <proxy_consumer>.
const TAO_Notify_EventTypeSeq & TAO_Notify_Event_Manager::offered_types | ( | ) | const |
What are the types being offered.
|
privatedelete |
|
privatedelete |
|
protected |
Subscribe <proxy_consumer> to the event type sequence list <seq>.
|
virtual |
The release method is called when the refcount reaches 0.
Implements TAO_Notify_Refcountable.
void TAO_Notify_Event_Manager::shutdown | ( | ) |
Init.
|
protected |
Subscribe <proxy_supplier> to the event type sequence list <seq>.
void TAO_Notify_Event_Manager::subscription_change | ( | TAO_Notify_ProxySupplier * | proxy_supplier, |
const TAO_Notify_EventTypeSeq & | added, | ||
const TAO_Notify_EventTypeSeq & | removed ) |
Subscription change received on <proxy_supplier>.
const TAO_Notify_EventTypeSeq & TAO_Notify_Event_Manager::subscription_types | ( | ) | const |
What are the types being subscribed.
TAO_Notify_Supplier_Map & TAO_Notify_Event_Manager::supplier_map | ( | ) |
|
protected |
Subscribe <proxy_consumer> to the event type sequence list <seq>.
|
protected |
Unsubscribe <proxy_supplier> to the event type sequence list <seq>.
|
private |
Consumer Map.
|
private |
Supplier Map.