![]() |
|
|
Generated: 8 Jan 2009 |
00001 #Thu Jan 8 17:29:45 2009 00002 """Automatically generated. DO NOT EDIT please""" 00003 from GaudiKernel.Proxy.Configurable import * 00004 00005 class PoolDbEvtSelector( 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 'CnvService' : '', # str 00016 } 00017 _propertyDocDct = { 00018 } 00019 def __init__(self, name = Configurable.DefaultName, **kwargs): 00020 super(PoolDbEvtSelector, self).__init__(name) 00021 for n,v in kwargs.items(): 00022 setattr(self, n, v) 00023 def getDlls( self ): 00024 return 'GaudiPoolDb' 00025 def getType( self ): 00026 return 'PoolDbEvtSelector' 00027 pass # class PoolDbEvtSelector 00028 00029 class PoolDbCnvSvc( ConfigurableService ) : 00030 __slots__ = { 00031 'OutputLevel' : 7, # int 00032 'AuditServices' : False, # bool 00033 'AuditInitialize' : False, # bool 00034 'AuditStart' : False, # bool 00035 'AuditStop' : False, # bool 00036 'AuditFinalize' : False, # bool 00037 'AuditReInitialize' : False, # bool 00038 'AuditReStart' : False, # bool 00039 'Server' : '', # str 00040 'DbType' : 'Unknown', # str 00041 'PoolCache' : 'PoolDbCacheSvc', # str 00042 'ShareFiles' : 'NO', # str 00043 'SafeTransactions' : False, # bool 00044 'CheckFIDs' : True, # bool 00045 'EnableIncident' : False, # bool 00046 } 00047 _propertyDocDct = { 00048 } 00049 def __init__(self, name = Configurable.DefaultName, **kwargs): 00050 super(PoolDbCnvSvc, self).__init__(name) 00051 for n,v in kwargs.items(): 00052 setattr(self, n, v) 00053 def getDlls( self ): 00054 return 'GaudiPoolDb' 00055 def getType( self ): 00056 return 'PoolDbCnvSvc' 00057 pass # class PoolDbCnvSvc 00058 00059 class PoolDbCacheSvc( ConfigurableService ) : 00060 __slots__ = { 00061 'OutputLevel' : 7, # int 00062 'AuditServices' : False, # bool 00063 'AuditInitialize' : False, # bool 00064 'AuditStart' : False, # bool 00065 'AuditStop' : False, # bool 00066 'AuditFinalize' : False, # bool 00067 'AuditReInitialize' : False, # bool 00068 'AuditReStart' : False, # bool 00069 'Dlls' : [ ], # list 00070 'DomainOpts' : [ ], # list 00071 'DatabaseOpts' : [ ], # list 00072 'DatabaseOnOpenOpts' : [ ], # list 00073 'ContainerOpts' : [ ], # list 00074 'ContainerOnOpenOpts' : [ ], # list 00075 } 00076 _propertyDocDct = { 00077 } 00078 def __init__(self, name = Configurable.DefaultName, **kwargs): 00079 super(PoolDbCacheSvc, self).__init__(name) 00080 for n,v in kwargs.items(): 00081 setattr(self, n, v) 00082 def getDlls( self ): 00083 return 'GaudiPoolDb' 00084 def getType( self ): 00085 return 'PoolDbCacheSvc' 00086 pass # class PoolDbCacheSvc