TAO_CosNotification
2.1.6
|
#include <Method_Request_Lookup.h>
Public Types | |
enum | { persistence_code = 2 } |
an arbitrary code (Octet) to identify this type of request in persistent storage More... |
Public Member Functions | |
virtual | ~TAO_Notify_Method_Request_Lookup () |
Destructor. | |
Public Member Functions inherited from TAO_ESF_Worker< TAO_Notify_ProxySupplier > | |
virtual | ~TAO_ESF_Worker (void) |
virtual void | set_size (size_t size) |
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_Event * | event () const |
void | complete () |
unsigned long | sequence () |
bool | should_retry () |
Static Public Member Functions | |
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. |
Protected Member Functions | |
TAO_Notify_Method_Request_Lookup (const TAO_Notify_Event *event, TAO_Notify_ProxyConsumer *proxy) | |
Constructor. | |
TAO_Notify_Method_Request_Lookup (const TAO_Notify::Delivery_Request_Ptr &delivery, TAO_Notify_ProxyConsumer *proxy) | |
Constructor. | |
int | execute_i (void) |
Execute the dispatch operation. | |
virtual void | work (TAO_Notify_ProxySupplier *proxy_supplier) |
= TAO_ESF_Worker method |
Protected Attributes | |
TAO_Notify_ProxyConsumer * | proxy_consumer_ |
The Proxy. | |
Protected Attributes inherited from TAO_Notify_Method_Request_Event | |
const TAO_Notify_Event * | event_ |
The Event. | |
TAO_Notify::Delivery_Request_Ptr | delivery_request_ |
Pointer to the routing slip's delivery request (if any) |
anonymous enum |
|
virtual |
Destructor.
|
protected |
Constructor.
|
protected |
Constructor.
|
protected |
Execute the dispatch operation.
|
static |
Static method used to reconstruct a Method Request Dispatch.
|
protectedvirtual |
= TAO_ESF_Worker method
Implements TAO_ESF_Worker< TAO_Notify_ProxySupplier >.
|
protected |
The Proxy.