#include <Method_Request_Lookup.h>
Inheritance diagram for TAO_Notify_Method_Request_Lookup_Queueable:
Public Member Functions | |
TAO_Notify_Method_Request_Lookup_Queueable (const TAO_Notify_Event::Ptr &event, TAO_Notify_ProxyConsumer *proxy_consumer) | |
Constuctor from event. | |
TAO_Notify_Method_Request_Lookup_Queueable (TAO_Notify::Delivery_Request_Ptr &request, TAO_Notify_ProxyConsumer *proxy_consumer) | |
Constuctor from delivery request. | |
virtual | ~TAO_Notify_Method_Request_Lookup_Queueable () |
Destructor. | |
virtual int | execute (ACE_ENV_SINGLE_ARG_DECL) |
Execute the Request. | |
Private Attributes | |
const TAO_Notify_Event::Ptr | event_var_ |
TAO_Notify_ProxyConsumer::Ptr | proxy_guard_ |
|
Constuctor from event.
|
|
Constuctor from delivery request.
|
|
Destructor.
|
|
Execute the Request.
Implements TAO_Notify_Method_Request. |
|
|
|
|