Package Ganga :: Package Lib :: Package MonitoringServices :: Package MSGMS :: Module AthenaMSGMS :: Class AthenaMSGMS
[hide private]
[frames] | no frames]

Class AthenaMSGMS

source code

GPIDev.Adapters.IMonitoringService.IMonitoringService --+    
                                                        |    
                                              MSGMS.MSGMS --+
                                                            |
                                                           AthenaMSGMS

Instance Methods [hide private]
 
__init__(self, job_info, config_info)
Construct the GangaMon monitoring service.
source code
 
getSandboxModules(self)
Return list of MSGMS module dependencies.
source code
 
stop(self, exitcode, **opts)
Log stop event on worker node.
source code

Inherited from MSGMS.MSGMS: getJobInfo, getMessage, progress, send, start, submit

Inherited from GPIDev.Adapters.IMonitoringService.IMonitoringService: complete, event, fail, getWrapperScriptConstructorText, kill, prepare, rollback, submitting

Static Methods [hide private]

Inherited from MSGMS.MSGMS: getConfig

Method Details [hide private]

__init__(self, job_info, config_info)
(Constructor)

source code 

Construct the GangaMon monitoring service.

Overrides: GPIDev.Adapters.IMonitoringService.IMonitoringService.__init__
(inherited documentation)

getSandboxModules(self)

source code 

Return list of MSGMS module dependencies.

Overrides: GPIDev.Adapters.IMonitoringService.IMonitoringService.getSandboxModules
(inherited documentation)

stop(self, exitcode, **opts)

source code 

Log stop event on worker node.

Overrides: GPIDev.Adapters.IMonitoringService.IMonitoringService.stop
(inherited documentation)