com.jcraft.jsch
Class ChannelShell

java.lang.Object
  extended by com.jcraft.jsch.Channel
      extended by com.jcraft.jsch.ChannelShell
All Implemented Interfaces:
java.lang.Runnable

public class ChannelShell
extends Channel


Constructor Summary
ChannelShell()
           
 
Method Summary
 void finalize()
           
 void init()
           
 void run()
           
 void setPtySize(int row, int col, int wp, int hp)
           
 void setXForwarding(boolean foo)
           
 void start()
           
 
Methods inherited from class com.jcraft.jsch.Channel
connect, disconnect, getExitStatus, getExtInputStream, getInputStream, getOutputStream, isConnected, isEOF, sendSignal, setExtOutputStream, setInputStream, setOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelShell

public ChannelShell()
Method Detail

setXForwarding

public void setXForwarding(boolean foo)
Overrides:
setXForwarding in class Channel

start

public void start()
Overrides:
start in class Channel

finalize

public void finalize()
              throws java.lang.Throwable
Overrides:
finalize in class Channel
Throws:
java.lang.Throwable

init

public void init()

run

public void run()
Specified by:
run in interface java.lang.Runnable

setPtySize

public void setPtySize(int row,
                       int col,
                       int wp,
                       int hp)