Home | Trees | Index | Help |
---|
Package Halberd :: Module crew :: Class WorkCrew |
|
Method Summary | |
---|---|
__init__(self,
scantask)
| |
Perform a parallel load-balancer scan. | |
Returns a sequence of clues obtained during the scan. | |
Initializes conventional (local) scanner threads. | |
Restore previous SIGINT handler. | |
Performs what's needed to catch SIGINT. |
Instance Variable Summary | |
---|---|
prev : Previous SIGINT handler. | |
ScanTask |
task : A reference to scantask. |
bool |
working : Indicates whether the crew is working or idle. |
Method Details |
---|
scan(self)Perform a parallel load-balancer scan. |
_getClues(self)Returns a sequence of clues obtained during the scan. |
_initLocal(self)Initializes conventional (local) scanner threads. |
_restoreSigHandler(self)Restore previous SIGINT handler. |
_setupSigHandler(self)Performs what's needed to catch SIGINT. |
Instance Variable Details |
---|
prevPrevious SIGINT handler. |
taskA reference to scantask.
|
workingIndicates whether the crew is working or idle.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jul 18 22:25:57 2007 | http://epydoc.sf.net |