#include <Timer_Queue_T.h>
Public Types | |
typedef ACE_Timer_Queue_T< ACE_Event_Handler *, ACE_Event_Handler_Handle_Timeout_Upcall< ACE_LOCK>, ACE_LOCK> | TIMER_QUEUE |
Public Methods | |
ACE_Event_Handler_Handle_Timeout_Upcall (void) | |
Constructor. | |
~ACE_Event_Handler_Handle_Timeout_Upcall (void) | |
Destructor. | |
int | timeout (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler, const void *arg, const ACE_Time_Value &cur_time) |
This method is called when the timer expires. | |
int | cancellation (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler) |
This method is called when the timer is canceled. | |
int | deletion (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler, const void *arg) |
This method is called when the timer queue is destroyed and the timer is still contained in it. | |
Private Methods | |
ACE_Event_Handler_Handle_Timeout_Upcall (const ACE_Event_Handler_Handle_Timeout_Upcall<ACE_LOCK> &) | |
void | operator= (const ACE_Event_Handler_Handle_Timeout_Upcall<ACE_LOCK> &) |
This class implements the functor required by the Timer Queue to call <handle_timeout> on ACE_Event_Handlers.
|
|
|
Constructor.
|
|
Destructor.
|
|
|
|
This method is called when the timer is canceled.
|
|
This method is called when the timer queue is destroyed and the timer is still contained in it.
|
|
|
|
This method is called when the timer expires.
|