#include <Method_Request_Dispatch.h>
Inheritance diagram for TAO_NS_Method_Request_Dispatch:
Public Methods | |
TAO_NS_Method_Request_Dispatch (TAO_NS_Event_var &event, TAO_NS_ProxySupplier *proxy_supplier) | |
Constuctor. More... | |
~TAO_NS_Method_Request_Dispatch () | |
Destructor. More... | |
TAO_NS_Method_Request * | copy (void) |
Create a copy of this object. More... | |
virtual int | execute (ACE_ENV_SINGLE_ARG_DECL) |
Execute the Request. More... | |
Private Attributes | |
TAO_NS_ProxySupplier * | proxy_supplier_ |
Proxy Supplier that we use. More... | |
TAO_NS_Refcountable_Guard | refcountable_guard_ |
Guard to automatically inc/decr ref count on the proxy. More... |
|
Constuctor.
|
|
Destructor.
|
|
Create a copy of this object.
Reimplemented from TAO_NS_Method_Request. |
|
Execute the Request.
Reimplemented from TAO_NS_Method_Request. |
|
Proxy Supplier that we use.
|
|
Guard to automatically inc/decr ref count on the proxy.
|