Package buildbot :: Package util :: Module maildir :: Class MaildirService
[frames] | no frames]

Class MaildirService

source code

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

Instance Methods
 
__init__(self, basedir=None) source code
 
setBasedir(self, basedir) source code
 
startService(self) source code
 
dnotify_callback(self) source code
 
stopService(self) source code
 
poll(*args, **kwargs) source code
 
moveToCurDir(self, filename) source code
 
messageReceived(self, filename) 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
  pollinterval = 10

Inherited from twisted.application.service.MultiService: __implemented__

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

Method Details

__init__(self, basedir=None)
(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

poll(*args, **kwargs)

source code 
Decorators:
  • @defer.inlineCallbacks