#include <CIAO_Monitor.h>
Inheritance diagram for CIAO::CIAO_Monitor:
Public Member Functions | |
CIAO_Monitor () | |
virtual int | initialize_params (::Deployment::Domain &domain,::Deployment::TargetManager_ptr target_manager, int interval) |
virtual | ~CIAO_Monitor () |
The Desctructor. | |
int | start (CORBA::ORB_ptr orb) |
This method will starts up the Monitor in this case,. | |
int | stop () |
This method will starts up the Monitor in this case. | |
::Deployment::Domain * | get_current_data () |
This function retrieves the current Domain data. | |
Protected Attributes | |
::Deployment::TargetManager_ptr | target_ptr_ |
The TargetManager Object to be sent to the RSSSubscriber .. | |
int | interval_ |
The interval after which update is to be returned. | |
auto_ptr< Deployment::Domain > | current_domain_ |
The Domain data structure. |
|
Constructor |
|
The Desctructor. Destructor |
|
This function retrieves the current Domain data. get_current_date.
Implements CIAO::MonitorBase. |
|
initialize_params
Implements CIAO::MonitorBase. |
|
This method will starts up the Monitor in this case,. start.
Implements CIAO::MonitorBase. |
|
This method will starts up the Monitor in this case. stop.
Implements CIAO::MonitorBase. |
|
The Domain data structure.
|
|
The interval after which update is to be returned.
|
|
The TargetManager Object to be sent to the RSSSubscriber ..
|