Package buildbot :: Package process :: Package users :: Module manual :: Class UsersBase
[frames] | no frames]

Class UsersBase

source code

 twisted.application.service.Service --+    
                                       |    
twisted.application.service.MultiService --+
                                           |
                                          UsersBase
Known Subclasses:

Base class for services that manage users manually. This takes care of the service.MultiService work needed by all the services that subclass it.

Instance Methods
 
__init__(self) source code
 
startService(self) source code
 
stopService(self) source code

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

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

Class Variables

Inherited from twisted.application.service.MultiService: __implemented__

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

Method Details

__init__(self)
(Constructor)

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

startService(self)

source code 
Overrides: twisted.application.service.Service.startService

stopService(self)

source code 
Overrides: twisted.application.service.Service.stopService