com.jcraft.jsch

Class ChannelShell

Implemented Interfaces:
Runnable

public class ChannelShell
extends com.jcraft.jsch.ChannelSession

Method Summary

void
init()
void
setEnv(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.ChannelSession

run

Methods inherited from class com.jcraft.jsch.Channel

connect, disconnect, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getSession, isClosed, isConnected, isEOF, run, sendSignal, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setOutputStream, setOutputStream, setXForwarding, start

Method Details

init

public void init()

setEnv

public void setEnv(Hashtable foo)

setPty

public void setPty(boolean foo)

setPtySize

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

setXForwarding

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

start

public void start()
            throws JSchException
Overrides:
start in interface Channel