#include <Method_Request_Lookup.h>
Inheritance diagram for TAO_Notify_Method_Request_Lookup:
Public Types | |
enum | { persistence_code = 2 } |
an arbitrary code (Octet) to identify this type of request in persistent storage More... | |
Public Member Functions | |
virtual | ~TAO_Notify_Method_Request_Lookup () |
Destructor. | |
Static Public Member Functions | |
TAO_Notify_Method_Request_Lookup_Queueable * | unmarshal (TAO_Notify::Delivery_Request_Ptr &delivery_request, TAO_Notify_EventChannelFactory &ecf, TAO_InputCDR &cdr ACE_ENV_ARG_DECL) |
Static method used to reconstruct a Method Request Dispatch. | |
Protected Member Functions | |
TAO_Notify_Method_Request_Lookup (const TAO_Notify_Event *event, TAO_Notify_ProxyConsumer *proxy) | |
Constuctor. | |
int | execute_i (ACE_ENV_SINGLE_ARG_DECL) |
Execute the dispatch operation. | |
virtual void | work (TAO_Notify_ProxySupplier *proxy_supplier ACE_ENV_ARG_DECL) |
= TAO_ESF_Worker method | |
Protected Attributes | |
TAO_Notify_ProxyConsumer * | proxy_consumer_ |
The Proxy. |
|
an arbitrary code (Octet) to identify this type of request in persistent storage
|
|
Destructor.
|
|
Constuctor.
|
|
Execute the dispatch operation.
|
|
Static method used to reconstruct a Method Request Dispatch.
|
|
= TAO_ESF_Worker method
|
|
The Proxy.
|