Package Ganga :: Package Core :: Package MonitoringComponent :: Module Monitoring :: Class MonitoringClient
[hide private]
[frames] | no frames]

Class MonitoringClient

source code

object --+
         |
        MonitoringClient

Instance Methods [hide private]
 
__init__(self, monitoringService, serviceName='Main')
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
subscribe(self, serviceName, monitoringService) source code
 
unsubscribe(self, serviceName='Main') source code
 
isSubscribed(self, serviceName='Main') source code
 
allStop(self) source code
 
stop(self, serviceName='Main')
Stops the disconnects from server and stops monitoring mechanism is required.
source code
 
pause(self, enableMonitoring=False, serviceName='Main') source code
 
update(self, serviceName='Main') source code
 
combinedUpdate(self) source code
 
_getRegistry(self, serviceName='Main') source code
 
_getUpdateJobStatusFunction(self, serviceName='Main') source code
 
makeUpdateJobStatusFunction(self, func, serviceName='Main') source code
 
bindClientFunction(self, func, hookFunc, serviceName='Main') source code
 
unbindClientFunction(self, func, serviceName='Main') source code
 
bindMLFunction(self, hookFunc, argDict, enabled=True, serviceName='Main') source code
 
unbindMLFunction(self, hookFunc, serviceName='Main') source code
 
addFilter(self, mcFilterName, mcFilter, serviceName='Main') source code
 
removeFilter(self, mcFilterName, serviceName='Main') source code
 
enableFilter(self, mcFilterName, enabled, serviceName='Main') source code
 
getMCAttribute(self, attributeName, serviceName='Main') source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, monitoringService, serviceName='Main')
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)