Package flumotion :: Package worker :: Package checks :: Module video09 :: Class BusResolution
[show private | hide private]
[frames | no frames]

Class BusResolution

Resolution --+
             |
            BusResolution


Method Summary
  cleanup(self)
Clean up any resources related to the resolution.
    Inherited from Resolution
  __init__(self)
  callback(self, result)
Make the result succeed, triggering the callbacks with the given result.
  errback(self, exception)
Make the result fail, triggering the errbacks with the given exception.

Instance Variable Summary
    Inherited from Resolution
twisted.internet.defer.Deferred d: the deferred that gets fired as part of the resolution

Class Variable Summary
NoneType pipeline = None                                                                  
NoneType watch_id = None                                                                  

Method Details

cleanup(self)

Clean up any resources related to the resolution. Subclasses can implement me.
Overrides:
flumotion.twisted.defer.Resolution.cleanup (inherited documentation)

Class Variable Details

pipeline

Type:
NoneType
Value:
None                                                                  

watch_id

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 http://epydoc.sf.net