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 init()
           
 void run()
           
 void setEnv(java.util.Hashtable foo)
           
 void setPty(boolean foo)
           
 void setPtySize(int col, int row, int wp, int hp)
           
 void setXForwarding(boolean foo)
           
 void start()
           
 
Methods inherited from class com.jcraft.jsch.Channel
connect, disconnect, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getSession, isClosed, isConnected, isEOF, sendSignal, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setOutputStream, setOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

setPty

public void setPty(boolean foo)

setEnv

public void setEnv(java.util.Hashtable foo)

start

public void start()
           throws JSchException
Overrides:
start in class Channel
Throws:
JSchException

init

public void init()

setPtySize

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

run

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