Package Ganga :: Package Lib :: Package MonitoringServices :: Package Dashboard :: Module DashboardMS
[hide private]
[frames] | no frames]

Module DashboardMS

source code

Dashboard Monitoring Service plugin.

N.B. This code is under development and should not generally be used or relied upon.

Classes [hide private]
  DashboardMS
Dashboard Monitoring Service base class.
Functions [hide private]
 
_initconfig()
Initialize DashboardMS configuration.
source code
 
_get_publisher(server, port, username, password)
Return the singleton publisher, lazily instantiating it.
source code
Variables [hide private]
  _publisher = None
hash(x)
Function Details [hide private]

_get_publisher(server, port, username, password)

source code 

Return the singleton publisher, lazily instantiating it.

N.B. The configuration enforces that server/port/username/password cannot change so this method can cache a singleton publisher.