#include <MonitorController.h>
Inheritance diagram for CIAO::MonitorController:
Public Member Functions | |
int | svc (void) |
The main function containing the entire activity. | |
void | terminate () |
The terminate function. | |
MonitorController (CORBA::ORB_ptr orb,::Deployment::Domain &domain,::Deployment::TargetManager_ptr target) | |
The Constructor. | |
~MonitorController () | |
Protected Member Functions | |
bool | terminating () |
returns the terminating flag | |
Protected Attributes | |
auto_ptr< MonitorBase > | monitor_ |
The monitor object. | |
CIAO::TargetManagerImpl_var | target_impl_cmp_ |
The TargetManagerImpl object. | |
Deployment::TargetManager_var | target_facet_i_ |
The TargetManager Facet .... | |
bool | terminate_flag_ |
The terminate flag_. | |
ACE_SYNCH_MUTEX | lock_ |
CORBA::ORB_ptr | orb_ |
::Deployment::Domain | initial_domain_ |
The initial domain. |
Acts as a facade to the Monitor module
|
The Constructor.
|
|
|
|
The main function containing the entire activity. svc. This function runs in the context of the thread
Reimplemented from ACE_Task_Base. |
|
The terminate function. terminate. This function is called to terminate the thread |
|
returns the terminating flag terminating.
|
|
The initial domain.
|
|
|
|
The monitor object.
|
|
|
|
The TargetManager Facet ....
|
|
The TargetManagerImpl object.
|
|
The terminate flag_.
|