|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jcraft.jsch.Channel
com.jcraft.jsch.ChannelSession
com.jcraft.jsch.ChannelShell
| 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 |
public ChannelShell()
| Method Detail |
public void setXForwarding(boolean foo)
setXForwarding in class Channelpublic void setPty(boolean foo)
public void setEnv(java.util.Hashtable foo)
public void start()
throws JSchException
start in class ChannelJSchExceptionpublic void init()
public void setPtySize(int col,
int row,
int wp,
int hp)
public void run()
run in interface java.lang.Runnablerun in class Channel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||