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

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. More...
 
- Protected Member Functions inherited from TAO_Notify_Method_Request_Dispatch
int execute_i (void)
 Execute the dispatch operation. More...
 
- Protected Attributes inherited from TAO_Notify_Method_Request_Dispatch
TAO_Notify_ProxySupplier::Ptr proxy_supplier_
 The Proxy. More...
 
bool filtering_
 Flag is true if we want to do filtering else false. More...
 
- Protected Attributes inherited from TAO_Notify_Method_Request_Event
const TAO_Notify_Eventevent_
 The Event. More...
 
TAO_Notify::Delivery_Request_Ptr delivery_request_
 Pointer to the routing slip's delivery request (if any) More...
 

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

Destructor.

Member Function Documentation

TAO_Notify_Method_Request_Queueable * TAO_Notify_Method_Request_Dispatch_No_Copy::copy ( void  )
virtual

Create a copy of this method request.

Implements TAO_Notify_Method_Request.

int TAO_Notify_Method_Request_Dispatch_No_Copy::execute ( void  )
virtual

Execute the Request.

Implements TAO_Notify_Method_Request.


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