Trees | Indices | Help |
|
---|
|
twisted.application.service.Service --+ | util.ComparableMixin --+ | ChangeSource --+ | PollingChangeSource
Utility subclass for ChangeSources that use some kind of periodic
polling operation. Subclasses should define poll
and set
self.pollInterval
. The rest is taken care of.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
pollInterval = 60 time (in seconds) between calls to poll
|
|
Inherited from Inherited from Inherited from |
Method Details |
Perform the polling operation, and return a deferred that will fire
when the operation is complete. Failures will be logged, but the method
will be called again after |
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 25 19:40:32 2012 | http://epydoc.sourceforge.net |