TAO_CosNotification 4.0.0
|
Dispatchs an event to a proxy supplier. More...
#include <Method_Request_Dispatch.h>
Additional Inherited Members | |
![]() | |
enum | { persistence_code = 1 } |
an arbitrary code (Octet) to identify this delivery method type in persistent storage More... | |
![]() | |
static TAO_Notify_Method_Request_Dispatch_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. | |
![]() | |
int | execute_i () |
Execute the dispatch operation. | |
![]() | |
TAO_Notify_ProxySupplier::Ptr | proxy_supplier_ |
The Proxy. | |
bool | filtering_ |
Flag is true if we want to do filtering else false. | |
![]() | |
const TAO_Notify_Event * | event_ |
The Event. | |
TAO_Notify::Delivery_Request_Ptr | delivery_request_ |
Pointer to the routing slip's delivery request (if any) | |
Dispatchs an event to a proxy supplier.
TAO_Notify_Method_Request_Dispatch_No_Copy::TAO_Notify_Method_Request_Dispatch_No_Copy | ( | const TAO_Notify_Method_Request_Event & | request, |
TAO_Notify_ProxySupplier * | proxy_supplier, | ||
bool | filtering ) |
Constuct construct from another method request.
|
virtual |
Destructor.
|
virtual |
Create a copy of this method request.
Implements TAO_Notify_Method_Request.
|
virtual |
Execute the Request.
Implements TAO_Notify_Method_Request.