#include <Timer_Queue_T.h>
Inheritance diagram for ACE_Event_Handler_Handle_Timeout_Upcall:
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. More... | |
~ACE_Event_Handler_Handle_Timeout_Upcall (void) | |
Destructor. More... | |
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. More... | |
int | cancellation (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler) |
This method is called when the timer is cancelled. More... | |
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. More... | |
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 cancelled.
|
|
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.
|