TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TAO_Notify_Method_Request_Dispatch_No_Copy Class Reference

Dispatchs an event to a proxy supplier. More...

#include <Method_Request_Dispatch.h>

Inheritance diagram for TAO_Notify_Method_Request_Dispatch_No_Copy:
Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Method_Request_Dispatch_No_Copy:
Collaboration graph
[legend]

Public Member Functions

 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 ~TAO_Notify_Method_Request_Dispatch_No_Copy ()
 Destructor.
 
virtual int execute ()
 Execute the Request.
 
virtual TAO_Notify_Method_Request_Queueablecopy ()
 Create a copy of this method request.
 
- Public Member Functions inherited from TAO_Notify_Method_Request_Dispatch
 TAO_Notify_Method_Request_Dispatch (const TAO_Notify_Event *event, TAO_Notify_ProxySupplier *proxy_supplier, bool filtering)
 Constuct from event.
 
 TAO_Notify_Method_Request_Dispatch (const TAO_Notify::Delivery_Request_Ptr &delivery, TAO_Notify_ProxySupplier *proxy_supplier, bool filtering)
 Construct from a delivery rquest.
 
 TAO_Notify_Method_Request_Dispatch (const TAO_Notify_Method_Request_Event &request, const TAO_Notify_Event *event, TAO_Notify_ProxySupplier *proxy_supplier, bool filtering)
 
virtual ~TAO_Notify_Method_Request_Dispatch ()
 Destructor.
 
- Public Member Functions inherited from TAO_Notify_Method_Request_Event
 TAO_Notify_Method_Request_Event (const TAO_Notify_Event *)
 Construct from event.
 
 TAO_Notify_Method_Request_Event (const TAO_Notify::Delivery_Request_Ptr &delivery_request)
 Construct from a delivery request.
 
 TAO_Notify_Method_Request_Event (const TAO_Notify_Method_Request_Event &rhs, const TAO_Notify_Event *event)
 
virtual ~TAO_Notify_Method_Request_Event ()
 Destructor.
 
const TAO_Notify_Eventevent () const
 
void complete ()
 
unsigned long sequence ()
 
bool should_retry ()
 
- Public Member Functions inherited from TAO_Notify_Method_Request
virtual ~TAO_Notify_Method_Request ()
 Destructor.
 

Additional Inherited Members

- Public Types inherited from TAO_Notify_Method_Request_Dispatch
enum  { persistence_code = 1 }
 an arbitrary code (Octet) to identify this delivery method type in persistent storage More...
 
- Static Public Member Functions inherited from TAO_Notify_Method_Request_Dispatch
static TAO_Notify_Method_Request_Dispatch_Queueableunmarshal (TAO_Notify::Delivery_Request_Ptr &delivery_request, TAO_Notify_EventChannelFactory &ecf, TAO_InputCDR &cdr)
 Static method used to reconstruct a Method Request Dispatch.
 
- Protected Member Functions inherited from TAO_Notify_Method_Request_Dispatch
int execute_i ()
 Execute the dispatch operation.
 
- Protected Attributes inherited from TAO_Notify_Method_Request_Dispatch
TAO_Notify_ProxySupplier::Ptr proxy_supplier_
 The Proxy.
 
bool filtering_
 Flag is true if we want to do filtering else false.
 
- Protected Attributes inherited from TAO_Notify_Method_Request_Event
const TAO_Notify_Eventevent_
 The Event.
 
TAO_Notify::Delivery_Request_Ptr delivery_request_
 Pointer to the routing slip's delivery request (if any)
 

Detailed Description

Dispatchs an event to a proxy supplier.

Constructor & Destructor Documentation

◆ TAO_Notify_Method_Request_Dispatch_No_Copy()

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.

◆ ~TAO_Notify_Method_Request_Dispatch_No_Copy()

TAO_Notify_Method_Request_Dispatch_No_Copy::~TAO_Notify_Method_Request_Dispatch_No_Copy ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

TAO_Notify_Method_Request_Queueable * TAO_Notify_Method_Request_Dispatch_No_Copy::copy ( )
virtual

Create a copy of this method request.

Implements TAO_Notify_Method_Request.

◆ execute()

int TAO_Notify_Method_Request_Dispatch_No_Copy::execute ( )
virtual

Execute the Request.

Implements TAO_Notify_Method_Request.


The documentation for this class was generated from the following files: