ACE::Monitor_Control::Monitor_Admin Class Reference#include <Monitor_Admin.h>
Collaboration diagram for ACE::Monitor_Control::Monitor_Admin:
Constructor & Destructor Documentation
Destroys the timers associated with our event handler before its destructor is called. We access the registry through ACE_Singleton, which doesn't call the destructor, so we call this method to do a remove_ref() on all monitor points left in the registry. which needs to be done before the registry goes away.
Member Function Documentation
Add or access monitor points in a global registry If the ACE_Time_Value arg is non-zero, the monitor point, the auto updater member, and the given time interval are passed to our reactor's register_timeout() method. This call checks for a null monitor_point.
Works similarly to monitor_point() above, but registers the handler arg's handle_timeout() method with the reactor, instead of our auto_updater_'s handle_timeout().
This mutator allows the application to create its own reactor and substitute it for the default reactor.
Member Data Documentation
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:19:08 2008 for ACE by 1.5.5 |