ACE_Proactor_Timer_Handler Class ReferenceA Handler for timer. It helps in the management of timers registered with the Proactor. More...
Inheritance diagram for ACE_Proactor_Timer_Handler:
![]()
Collaboration diagram for ACE_Proactor_Timer_Handler:
![]()
Detailed DescriptionA Handler for timer. It helps in the management of timers registered with the Proactor.This object has a thread that will wait on the earliest time in a list of timers and an event. When a timer expires, the thread will post a completion event on the port and go back to waiting on the timer queue and event. If the event is signaled, the thread will refresh the time it is currently waiting on (in case the earliest time has changed). Constructor & Destructor Documentation
Constructor.
Destructor.
Member Function Documentation
Proactor calls this to shut down the timer handler gracefully. Just calling the destructor alone doesnt do what <destroy> does. <destroy> make sure the thread exits properly.
Run by a daemon thread to handle deferred processing. In other words, this method will do the waiting on the earliest timer and event. Reimplemented from ACE_Task_Base.
Friends And Related Function Documentation
Proactor has special privileges Access needed to: timer_event_
Member Data DocumentationEvent to wait on.
Proactor.
Flag used to indicate when we are shutting down.
The documentation for this class was generated from the following file: Generated on Mon Sep 15 07:16:12 2008 for ACE by ![]() |