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