Trees | Index | Help |
|
---|
Package DataCollector :: Module SshClient :: Class CommandChannel |
|
Logger
--+ |SSHChannel
--+ | CommandChannel
Method Summary | |
---|---|
__init__(self,
command,
conn)
| |
channelOpen(self,
ignoredData)
| |
Called when the channel is closed. | |
Called when we receive data. | |
Called when the the open failed for some reason. | |
request_exit_status(self,
data)
| |
Inherited from SSHChannel :
__str__ ,
addWindowBytes ,
closeReceived ,
eofReceived ,
extReceived ,
getHost ,
getPeer ,
logPrefix ,
loseConnection ,
requestReceived ,
startWriting ,
stopWriting ,
write ,
writeExtended ,
writeSequence
|
Class Variable Summary | |
---|---|
str |
name = 'session'
|
Inherited from Logger :
__implemented__ ,
__providedBy__ ,
__provides__
|
Method Details |
---|
closed(self)Called when the channel is closed. This means that both our side and the remote side have closed the channel.
|
dataReceived(self, data)Called when we receive data.
|
openFailed(self, reason)Called when the the open failed for some reason. reason.desc is a string descrption, reason.code the the SSH error code.
|
Class Variable Details |
---|
name
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:13 2007 | http://epydoc.sf.net |