|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExitCallback
Callback used by the shell to notify the SSH server is has exited
| Method Summary | |
|---|---|
void |
onExit(int exitValue)
Informs the SSH server that the shell has exited |
void |
onExit(int exitValue,
java.lang.String exitMessage)
Informs the SSH client/server that the shell has exited |
| Method Detail |
|---|
void onExit(int exitValue)
exitValue - the exit value
void onExit(int exitValue,
java.lang.String exitMessage)
exitValue - the exit valueexitMessage - exit value description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||