TAO_CosNotification
2.0.8
|
Lookup command object looks up the event type of the given event in the consumer map and send the event to each proxysupplier. More...
#include <Method_Request_Lookup.h>
Public Member Functions | |
TAO_Notify_Method_Request_Lookup_Queueable (const TAO_Notify_Event::Ptr &event, TAO_Notify_ProxyConsumer *proxy_consumer) | |
Constructor from event. | |
TAO_Notify_Method_Request_Lookup_Queueable (TAO_Notify::Delivery_Request_Ptr &request, TAO_Notify_ProxyConsumer *proxy_consumer) | |
Constructor from delivery request. | |
virtual | ~TAO_Notify_Method_Request_Lookup_Queueable () |
Destructor. | |
virtual int | execute (void) |
Execute the Request. | |
Private Attributes | |
TAO_Notify_Event::Ptr | event_var_ |
TAO_Notify_ProxyConsumer::Ptr | proxy_guard_ |
Lookup command object looks up the event type of the given event in the consumer map and send the event to each proxysupplier.
TAO_Notify_Method_Request_Lookup_Queueable::TAO_Notify_Method_Request_Lookup_Queueable | ( | const TAO_Notify_Event::Ptr & | event, |
TAO_Notify_ProxyConsumer * | proxy_consumer | ||
) |
Constructor from event.
TAO_Notify_Method_Request_Lookup_Queueable::TAO_Notify_Method_Request_Lookup_Queueable | ( | TAO_Notify::Delivery_Request_Ptr & | request, |
TAO_Notify_ProxyConsumer * | proxy_consumer | ||
) |
Constructor from delivery request.
TAO_Notify_Method_Request_Lookup_Queueable::~TAO_Notify_Method_Request_Lookup_Queueable | ( | ) | [virtual] |
Destructor.
int TAO_Notify_Method_Request_Lookup_Queueable::execute | ( | void | ) | [virtual] |
Execute the Request.
Implements TAO_Notify_Method_Request.