|
| ACE_Timer_Hash_Upcall () |
|
| ACE_Timer_Hash_Upcall (ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK > *timer_hash) |
| Constructor that specifies a Timer_Hash to call up to.
|
|
| ACE_Timer_Hash_Upcall (const ACE_Timer_Hash_Upcall &)=delete |
|
| ACE_Timer_Hash_Upcall (ACE_Timer_Hash_Upcall &&)=delete |
|
ACE_Timer_Hash_Upcall & | operator= (const ACE_Timer_Hash_Upcall &)=delete |
|
ACE_Timer_Hash_Upcall & | operator= (ACE_Timer_Hash_Upcall &&)=delete |
|
int | registration (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler, const void *arg) |
| This method is called when a timer is registered.
|
|
int | preinvoke (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler, const void *arg, int recurring_timer, const ACE_Time_Value &cur_time, const void *&upcall_act) |
| This method is called before the timer expires.
|
|
int | timeout (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler, const void *arg, int recurring_timer, const ACE_Time_Value &cur_time) |
| This method is called when the timer expires.
|
|
int | postinvoke (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler, const void *arg, int recurring_timer, const ACE_Time_Value &cur_time, const void *upcall_act) |
| This method is called after the timer expires.
|
|
int | cancel_type (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler, int dont_call, int &requires_reference_counting) |
| This method is called when a handler is cancelled.
|
|
int | cancel_timer (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler, int dont_call, int requires_reference_counting) |
| This method is called when a timer is cancelled.
|
|
int | deletion (TIMER_QUEUE &timer_queue, ACE_Event_Handler *handler, const void *arg) |
|
Functor for Timer_Hash.
This class calls up to the Timer Hash's functor from the timer queues in the hash table