TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TAO_Notify_Method_Request_Dispatch Class Reference

#include <Method_Request_Dispatch.h>

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

Public Types

enum  { persistence_code = 1 }
 an arbitrary code (Octet) to identify this delivery method type in persistent storage More...
 

Public Member Functions

 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 ()
 

Static Public Member Functions

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

int execute_i ()
 Execute the dispatch operation.
 

Protected Attributes

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)
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

an arbitrary code (Octet) to identify this delivery method type in persistent storage

Enumerator
persistence_code 

Constructor & Destructor Documentation

◆ TAO_Notify_Method_Request_Dispatch() [1/3]

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() [2/3]

TAO_Notify_Method_Request_Dispatch::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() [3/3]

TAO_Notify_Method_Request_Dispatch::TAO_Notify_Method_Request_Dispatch ( const TAO_Notify_Method_Request_Event & request,
const TAO_Notify_Event * event,
TAO_Notify_ProxySupplier * proxy_supplier,
bool filtering )

Constuct from another method request+event event is passed separately because we may be using a copy of the one in the previous method request

◆ ~TAO_Notify_Method_Request_Dispatch()

TAO_Notify_Method_Request_Dispatch::~TAO_Notify_Method_Request_Dispatch ( )
virtual

Destructor.

Member Function Documentation

◆ execute_i()

int TAO_Notify_Method_Request_Dispatch::execute_i ( )
protected

Execute the dispatch operation.

◆ unmarshal()

TAO_Notify_Method_Request_Dispatch_Queueable * TAO_Notify_Method_Request_Dispatch::unmarshal ( TAO_Notify::Delivery_Request_Ptr & delivery_request,
TAO_Notify_EventChannelFactory & ecf,
TAO_InputCDR & cdr )
static

Static method used to reconstruct a Method Request Dispatch.

Member Data Documentation

◆ filtering_

bool TAO_Notify_Method_Request_Dispatch::filtering_
protected

Flag is true if we want to do filtering else false.

◆ proxy_supplier_

TAO_Notify_ProxySupplier::Ptr TAO_Notify_Method_Request_Dispatch::proxy_supplier_
protected

The Proxy.


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