Package buildbot :: Package db :: Module connector :: Class DBConnector
[frames] | no frames]

Class DBConnector

source code

       config.ReconfigurableServiceMixin --+
                                           |
 twisted.application.service.Service --+   |
                                       |   |
twisted.application.service.MultiService --+
                                           |
                                          DBConnector

Instance Methods
 
__init__(self, master, basedir) source code
 
setup(self, check_version=True, verbose=True) source code
 
reconfigService(self, new_config) source code

Inherited from config.ReconfigurableServiceMixin: __providedBy__, __provides__

Inherited from twisted.application.service.MultiService: __iter__, addService, getServiceNamed, privilegedStartService, removeService, startService, stopService

Inherited from twisted.application.service.Service: __getstate__, disownServiceParent, setName, setServiceParent

Class Variables
  CLEANUP_PERIOD = 3600

Inherited from config.ReconfigurableServiceMixin: __implemented__, reconfig_priority

Inherited from twisted.application.service.Service: name, parent, running

Method Details

__init__(self, master, basedir)
(Constructor)

source code 
Overrides: twisted.application.service.MultiService.__init__

reconfigService(self, new_config)

source code 
Overrides: config.ReconfigurableServiceMixin.reconfigService