| 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 = 60time (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 Jul 17 13:45:19 2011 | http://epydoc.sourceforge.net |