| Trees | Index | Help |
|---|
| Package flumotion :: Package twisted :: Module defer :: Class Resolution |
|
BusResolution| Method Summary | |
|---|---|
__init__(self)
| |
Make the result succeed, triggering the callbacks with the given result. | |
Clean up any resources related to the resolution. | |
Make the result fail, triggering the errbacks with the given exception. | |
| Instance Variable Summary | |
|---|---|
twisted.internet.defer.Deferred |
d: the deferred that gets fired as part of the resolution |
| Method Details |
|---|
callback(self, result)Make the result succeed, triggering the callbacks with the given result. If a result was already reached, do nothing. |
cleanup(self)Clean up any resources related to the resolution. Subclasses can implement me. |
errback(self, exception)Make the result fail, triggering the errbacks with the given exception. If a result was already reached, do nothing. |
| Instance Variable Details |
|---|
dthe deferred that gets fired as part of the resolution
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:16 2008 | http://epydoc.sf.net |