![]() |
|
|
Generated: 8 Jan 2009 |
00001 #Thu Jan 8 17:26:50 2009 00002 """Automatically generated. DO NOT EDIT please""" 00003 from GaudiKernel.Proxy.Configurable import * 00004 00005 class DataListenerSvc( ConfigurableService ) : 00006 __slots__ = { 00007 'OutputLevel' : 7, # int 00008 'AuditServices' : False, # bool 00009 'AuditInitialize' : False, # bool 00010 'AuditStart' : False, # bool 00011 'AuditStop' : False, # bool 00012 'AuditFinalize' : False, # bool 00013 'AuditReInitialize' : False, # bool 00014 'AuditReStart' : False, # bool 00015 'EventFrequency' : 100, # int 00016 'MLEventFrequency' : 100, # int 00017 'MLjobID' : 0, # int 00018 'MLClusterName' : 'DataListenerSvc', # str 00019 'MonALISAMonitoring' : 1, # int 00020 'ApMonSource' : 'http://ganga.web.cern.ch/ganga/monalisa.conf', # str 00021 'XMLMonitoring' : 1, # int 00022 'FileMonitoring' : 1, # int 00023 } 00024 _propertyDocDct = { 00025 } 00026 def __init__(self, name = Configurable.DefaultName, **kwargs): 00027 super(DataListenerSvc, self).__init__(name) 00028 for n,v in kwargs.items(): 00029 setattr(self, n, v) 00030 def getDlls( self ): 00031 return 'GaudiMonitor' 00032 def getType( self ): 00033 return 'DataListenerSvc' 00034 pass # class DataListenerSvc