#include <Method_Request_Lookup.h>
Inheritance diagram for TAO_NS_Method_Request_Lookup:
Public Methods | |
TAO_NS_Method_Request_Lookup (const TAO_NS_Event_var &event, TAO_NS_ProxyConsumer *proxy_consumer, TAO_NS_Consumer_Map *map) | |
Constuctor. | |
~TAO_NS_Method_Request_Lookup () | |
Destructor. | |
TAO_NS_Method_Request * | copy (void) |
Create a copy of this object. | |
virtual int | execute (ACE_ENV_SINGLE_ARG_DECL) |
Execute the Request. | |
void | work (TAO_NS_ProxySupplier *proxy_supplier ACE_ENV_ARG_DECL) |
= TAO_ESF_Worker method | |
Private Attributes | |
TAO_NS_ProxyConsumer * | proxy_consumer_ |
ProxyConsumer supplying event. | |
TAO_NS_Consumer_Map * | map_ |
The map of subscriptions. | |
TAO_NS_Refcountable_Guard | refcountable_guard_ |
Guard to automatically inc/decr ref count on the proxy. |
|
Constuctor.
|
|
Destructor.
|
|
Create a copy of this object.
Reimplemented from TAO_NS_Method_Request_Event. |
|
Execute the Request.
Reimplemented from TAO_NS_Method_Request_Event. |
|
= TAO_ESF_Worker method
|
|
The map of subscriptions.
|
|
ProxyConsumer supplying event.
|
|
Guard to automatically inc/decr ref count on the proxy.
|