#include <Timer_Hash_T.h>
Collaboration diagram for ACE_Timer_Hash_Upcall:
Public Types | |
typedef ACE_Timer_Queue_T< ACE_Event_Handler *, ACE_Timer_Hash_Upcall< TYPE, FUNCTOR, ACE_LOCK >, ACE_Null_Mutex > | TIMER_QUEUE |
Public Methods | |
ACE_Timer_Hash_Upcall (void) | |
Default constructor (creates an invalid object, but needs to be here so timer queues using this functor can be constructed). More... | |
ACE_Timer_Hash_Upcall (ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK > *timer_hash) | |
Constructor that specifies a Timer_Hash to call up to. 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_Timer_Hash_Upcall (const ACE_Timer_Hash_Upcall< TYPE, FUNCTOR, ACE_LOCK > &) | |
void | operator= (const ACE_Timer_Hash_Upcall< TYPE, FUNCTOR, ACE_LOCK > &) |
Private Attributes | |
ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK > * | timer_hash_ |
Timer Queue to do the calling up to. More... |
This class calls up to the Timer Hash's functor from the timer queues in the hash table
|
|
|
Default constructor (creates an invalid object, but needs to be here so timer queues using this functor can be constructed).
|
|
Constructor that specifies a Timer_Hash to call up to.
|
|
|
|
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.
|
|
Timer Queue to do the calling up to.
|