#include <Supplier.h>
Inheritance diagram for TAO_Notify_Supplier:
Public Member Functions | |
TAO_Notify_Supplier (TAO_Notify_ProxyConsumer *proxy) | |
Constuctor. | |
virtual | ~TAO_Notify_Supplier () |
Destructor. | |
TAO_Notify_ProxyConsumer * | proxy_consumer (void) |
Access Specific Proxy. | |
virtual TAO_Notify_Proxy * | proxy (void) |
Access Base Proxy. | |
Protected Member Functions | |
virtual void | dispatch_updates_i (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed) |
Dispatch updates implementation. | |
Protected Attributes | |
TAO_Notify_ProxyConsumer * | proxy_ |
The proxy that we associate with. | |
CosNotifyComm::NotifySubscribe_var | subscribe_ |
Interface that accepts subscription_changes. |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_Supplier::TAO_Notify_Supplier | ( | TAO_Notify_ProxyConsumer * | proxy | ) |
Constuctor.
TAO_Notify_Supplier::~TAO_Notify_Supplier | ( | ) | [virtual] |
Destructor.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Notify_ProxyConsumer * TAO_Notify_Supplier::proxy_consumer | ( | void | ) |
Access Specific Proxy.
TAO_Notify_Proxy * TAO_Notify_Supplier::proxy | ( | void | ) | [virtual] |
void TAO_Notify_Supplier::dispatch_updates_i | ( | const CosNotification::EventTypeSeq & | added, | |
const CosNotification::EventTypeSeq & | removed | |||
) | [protected, virtual] |
TAO_Notify_ProxyConsumer* TAO_Notify_Supplier::proxy_ [protected] |
The proxy that we associate with.
CosNotifyComm::NotifySubscribe_var TAO_Notify_Supplier::subscribe_ [protected] |
Interface that accepts subscription_changes.