Trees | Index | Help |
|
---|
Package Products :: Package DataCollector :: Module SshClient :: Class SshClient |
|
Factory
--+ |ClientFactory
--+ |CollectorClient
--+ | SshClient
MySshClient
Method Summary | |
---|---|
__init__(self,
hostname,
ip,
port,
commands,
options,
device,
datacollector)
| |
add command to queue and open a command channel for a command | |
loseConnection(self)
| |
Start ssh collection. | |
run commands that are in the command queue | |
Inherited from CollectorClient :
addResult ,
clientFinished ,
commandsFinished ,
getCommands ,
getResults
Inherited from ClientFactory :
clientConnectionFailed ,
clientConnectionLost ,
startedConnecting
Inherited from Factory :
buildProtocol ,
doStart ,
doStop ,
startFactory ,
stopFactory
|
Class Variable Summary | |
---|---|
Inherited from CollectorClient :
cmdindex ,
maintainConnection
Inherited from Factory :
__implemented__ ,
__providedBy__ ,
__provides__ ,
noisy ,
numPorts ,
protocol
|
Method Details |
---|
addCommand(self, commands)add command to queue and open a command channel for a command |
run(self)Start ssh collection. |
serviceStarted(self, sshconn)run commands that are in the command queue |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:11 2007 | http://epydoc.sf.net |