Package ZenRRD :: Module zencommand :: Class SshRunner
[show private | hide private]
[frames | no frames]

Class SshRunner


Run a single command across a cached Ssh connection
Method Summary
  __init__(self, pool)
  processEnded(self, value)
Deliver ourselves to the starter with the proper attributes
  start(self, cmd)
Initiate a command on the remote device
  timeout(self, arg)
Deal with slow executing command/connection (close it)

Class Variable Summary
NoneType exitCode = None                                                                  
NoneType output = None                                                                  

Method Details

processEnded(self, value)

Deliver ourselves to the starter with the proper attributes

start(self, cmd)

Initiate a command on the remote device

timeout(self, arg)

Deal with slow executing command/connection (close it)

Class Variable Details

exitCode

Type:
NoneType
Value:
None                                                                  

output

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Thu Aug 16 09:55:11 2007 http://epydoc.sf.net