#include <Timer_Queue.h>
Inheritance diagram for TAO_Notify_Timer_Queue:
Public Types | |
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Timer_Queue > | Ptr |
Public Member Functions | |
TAO_Notify_Timer_Queue (void) | |
Constuctor. | |
virtual | ~TAO_Notify_Timer_Queue () |
Destructor. | |
virtual long | schedule_timer (ACE_Event_Handler *handler, const ACE_Time_Value &delay_time, const ACE_Time_Value &interval) |
Schedule a timer. | |
virtual int | cancel_timer (long timer_id) |
Cancel Timer. | |
ACE_Timer_Queue & | impl (void) |
Get the native impl. | |
Protected Attributes | |
ACE_Timer_Heap | timer_queue_ |
The Timer Queue. | |
Private Member Functions | |
virtual void | release (void) |
Release. |
|
Reimplemented from TAO_Notify_Timer. |
|
Constuctor.
|
|
Destructor.
|
|
Cancel Timer.
Implements TAO_Notify_Timer. |
|
Get the native impl.
|
|
Release.
Implements TAO_Notify_Refcountable. |
|
Schedule a timer.
Implements TAO_Notify_Timer. |
|
The Timer Queue.
|