|
|
| __init__(self,
hostname,
ip,
port,
commands=None,
options=None,
device=None,
datacollector=None,
log=None) |
source code
|
|
|
|
|
|
|
addResult(self,
command,
data,
exitCode)
add a result pair to the results store |
source code
|
|
|
|
|
|
|
|
|
|
commandsFinished(self)
called by protocol to see if all commands have been run |
source code
|
|
|
|
clientFinished(self)
tell the datacollector that we are all done |
source code
|
|
|
Inherited from twisted.internet.protocol.ClientFactory:
clientConnectionFailed,
clientConnectionLost,
startedConnecting
Inherited from twisted.internet.protocol.Factory:
__providedBy__,
buildProtocol,
doStart,
doStop,
startFactory,
stopFactory
|