#include <Method_Request_Dispatch.h>
Inheritance diagram for TAO_Notify_Method_Request_Dispatch_Queueable:
Public Member Functions | |
TAO_Notify_Method_Request_Dispatch_Queueable (const TAO_Notify_Method_Request_Event &request, TAO_Notify_Event::Ptr &event, TAO_Notify_ProxySupplier *proxy_supplier, bool filtering) | |
TAO_Notify_Method_Request_Dispatch_Queueable (const TAO_Notify::Delivery_Request_Ptr &request, TAO_Notify_ProxySupplier *proxy_supplier, bool filtering) | |
virtual | ~TAO_Notify_Method_Request_Dispatch_Queueable () |
Destructor. | |
virtual int | execute (ACE_ENV_SINGLE_ARG_DECL) |
Execute the Request. | |
Private Attributes | |
const TAO_Notify_Event::Ptr | event_var_ |
TAO_Notify_ProxySupplier::Ptr | proxy_guard_ |
|
Construct construct from another method request+event event is passed separately because we may be using a copy of the one in the previous method request |
|
Constuct construct from Delivery Request should ONLY be used by unmarshall |
|
Destructor.
|
|
Execute the Request.
Implements TAO_Notify_Method_Request. |
|
|
|
|