#include <Method_Request_Lookup.h>
Inheritance diagram for TAO_NS_Method_Request_Lookup:
Public Methods | |
TAO_NS_Method_Request_Lookup (TAO_NS_Event_var &event, TAO_NS_ProxyConsumer *proxy_consumer, TAO_NS_Consumer_Map *map) | |
Constuctor. More... | |
~TAO_NS_Method_Request_Lookup () | |
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... | |
void | work (TAO_NS_ProxySupplier *proxy_supplier ACE_ENV_ARG_DECL) |
= TAO_ESF_Worker method. More... | |
Private Attributes | |
TAO_NS_ProxyConsumer * | proxy_consumer_ |
ProxyConsumer supplying event. More... | |
TAO_NS_Consumer_Map * | map_ |
The map of subscriptions. 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. |
|
= TAO_ESF_Worker method.
|
|
The map of subscriptions.
|
|
ProxyConsumer supplying event.
|
|
Guard to automatically inc/decr ref count on the proxy.
|