public class PrtgShellCommand extends BaseCommand implements Runnable, Thread.UncaughtExceptionHandler
| Constructor and Description |
|---|
PrtgShellCommand(SshdConfigInterface configInterface) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
run() |
void |
start(org.apache.sshd.server.Environment env) |
void |
uncaughtException(Thread thread,
Throwable thrwbl) |
doClose, doClose, doExit, doExit, getConfigInterface, getEnvironment, getErrorStream, getInputStream, getOutputStream, handlePRTG, printLine, printLineError, setEnvironment, setErrorStream, setExitCallback, setInputStream, setOutputStreampublic PrtgShellCommand(SshdConfigInterface configInterface)
public void start(org.apache.sshd.server.Environment env)
throws IOException
start in interface org.apache.sshd.server.CommandIOExceptionpublic void destroy()
destroy in interface org.apache.sshd.server.Commandpublic void uncaughtException(Thread thread, Throwable thrwbl)
uncaughtException in interface Thread.UncaughtExceptionHandlerCopyright © 2016. All rights reserved.