#include <Method_Request_Event.h>
Inheritance diagram for TAO_Notify_Method_Request_Event:
Public Member Functions | |
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 () |
Protected Attributes | |
const TAO_Notify_Event * | event_ |
The Event. | |
TAO_Notify::Delivery_Request_Ptr | delivery_request_ |
Pointer to the routing slip's delivery request (if any). |
|
Construct from event.
|
|
Construct from a delivery request.
|
|
Construct from another Method Request Event is passed separately because it may be a copy of the one in request. |
|
Destructor.
|
|
|
|
|
|
|
|
|
|
Pointer to the routing slip's delivery request (if any).
|
|
The Event.
|