TAO_CosNotification
2.0.8
|
Interface for NS method Requests. More...
#include <Method_Request.h>
Public Types | |
enum | { PRIORITY_BASE = 32768 } |
Public Member Functions | |
TAO_Notify_Method_Request_Queueable () | |
TAO_Notify_Method_Request_Queueable (const TAO_Notify_Event *event) | |
virtual TAO_Notify_Method_Request_Queueable * | copy (void) |
void | init (const TAO_Notify_Event *event) |
const ACE_Time_Value & | creation_time (void) const |
The creation time of the event to which this request corresponds. | |
Private Attributes | |
ACE_Time_Value | time_ |
Interface for NS method Requests.
TAO_Notify_Method_Request_Queueable::TAO_Notify_Method_Request_Queueable | ( | ) |
TAO_Notify_Method_Request_Queueable::TAO_Notify_Method_Request_Queueable | ( | const TAO_Notify_Event * | event | ) |
TAO_Notify_Method_Request_Queueable * TAO_Notify_Method_Request_Queueable::copy | ( | void | ) | [virtual] |
Implements TAO_Notify_Method_Request.
Reimplemented in TAO_Notify_Method_Request_Shutdown.
const ACE_Time_Value & TAO_Notify_Method_Request_Queueable::creation_time | ( | void | ) | const |
The creation time of the event to which this request corresponds.
void TAO_Notify_Method_Request_Queueable::init | ( | const TAO_Notify_Event * | event | ) |