#include <Method_Request_Dispatch.h>
Inheritance diagram for TAO_Notify_Method_Request_Dispatch_No_Copy:
Public Member Functions | |
TAO_Notify_Method_Request_Dispatch_No_Copy (const TAO_Notify_Event *event, TAO_Notify_ProxySupplier *proxy_supplier, bool filtering) | |
Constuct from event. | |
TAO_Notify_Method_Request_Dispatch_No_Copy (const TAO_Notify_Method_Request_Event &request, TAO_Notify_ProxySupplier *proxy_supplier, bool filtering) | |
Constuct construct from another method request. | |
virtual | ~TAO_Notify_Method_Request_Dispatch_No_Copy () |
Destructor. | |
virtual int | execute (ACE_ENV_SINGLE_ARG_DECL) |
Execute the Request. | |
virtual TAO_Notify_Method_Request_Queueable * | copy (ACE_ENV_SINGLE_ARG_DECL) |
Create a copy of this method request. |
|
Constuct from event.
|
|
Constuct construct from another method request.
|
|
Destructor.
|
|
Create a copy of this method request.
Implements TAO_Notify_Method_Request. |
|
Execute the Request.
Implements TAO_Notify_Method_Request. |