Home | Trees | Index | Help |
---|
Package Halberd :: Module crew :: Class ScanState |
|
Method Summary | |
---|---|
Initializes shared state among scanning threads. | |
list
|
Clue accessor. |
Returns the reason of the error condition. | |
tuple
|
Provides statistics about the scanning process. |
Increase the counter of missed replies. | |
Inserts a clue in the list if it is new. | |
Signal an error condition. |
Instance Variable Summary | |
---|---|
|
shouldstop : Signals when the threads should stop scanning. |
Method Details |
---|
__init__(self)
Initializes shared state among scanning threads.
|
getClues(self)Clue accessor.
|
getError(self)Returns the reason of the error condition. |
getStats(self)Provides statistics about the scanning process.
|
incMissed(self)Increase the counter of missed replies. |
insertClue(self, clue)Inserts a clue in the list if it is new. |
setError(self, err)Signal an error condition. |
Instance Variable Details |
---|
shouldstopSignals when the threads should stop scanning.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jul 18 22:25:57 2007 | http://epydoc.sf.net |