TAO_CosNotification
2.4.1
|
Lookup command object looks up the event type of the given event in the consumer map and send the event to each proxysupplier. More...
#include <Method_Request_Lookup.h>
Additional Inherited Members | |
Public Types inherited from TAO_Notify_Method_Request_Lookup | |
enum | { persistence_code = 2 } |
an arbitrary code (Octet) to identify this type of request in persistent storage More... | |
Static Public Member Functions inherited from TAO_Notify_Method_Request_Lookup | |
static TAO_Notify_Method_Request_Lookup_Queueable * | unmarshal (TAO_Notify::Delivery_Request_Ptr &delivery_request, TAO_Notify_EventChannelFactory &ecf, TAO_InputCDR &cdr) |
Static method used to reconstruct a Method Request Dispatch. More... | |
Protected Member Functions inherited from TAO_Notify_Method_Request_Lookup | |
TAO_Notify_Method_Request_Lookup (const TAO_Notify_Event *event, TAO_Notify_ProxyConsumer *proxy) | |
Constructor. More... | |
TAO_Notify_Method_Request_Lookup (const TAO_Notify::Delivery_Request_Ptr &delivery, TAO_Notify_ProxyConsumer *proxy) | |
Constructor. More... | |
int | execute_i (void) |
Execute the dispatch operation. More... | |
virtual void | work (TAO_Notify_ProxySupplier *proxy_supplier) |
= TAO_ESF_Worker method More... | |
Protected Attributes inherited from TAO_Notify_Method_Request_Lookup | |
TAO_Notify_ProxyConsumer * | proxy_consumer_ |
The Proxy. More... | |
Protected Attributes inherited from TAO_Notify_Method_Request_Event | |
const TAO_Notify_Event * | event_ |
The Event. More... | |
TAO_Notify::Delivery_Request_Ptr | delivery_request_ |
Pointer to the routing slip's delivery request (if any) More... | |
Lookup command object looks up the event type of the given event in the consumer map and send the event to each proxysupplier.
TAO_Notify_Method_Request_Lookup_No_Copy::TAO_Notify_Method_Request_Lookup_No_Copy | ( | const TAO_Notify_Event * | event, |
TAO_Notify_ProxyConsumer * | proxy_consumer | ||
) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Create a copy of this object.
Implements TAO_Notify_Method_Request.
|
virtual |
Execute the Request.
Implements TAO_Notify_Method_Request.