public abstract class RemoteSshProcess extends RemoteProcess implements SelfKiller, Tunnelable
Constructor and Description |
---|
RemoteSshProcess() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
hasPty()
Deprecated.
|
boolean |
killProcessTree() |
protected abstract boolean |
sendCtrlC()
Deprecated.
|
getLocalTunnel, isDisconnected
children, descendants, destroy, destroyForcibly, exitValue, getErrorStream, getInputStream, getOutputStream, info, isAlive, onExit, pid, supportsNormalTermination, toHandle, waitFor, waitFor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addLocalTunnel, addRemoteTunnel
@Deprecated protected abstract boolean hasPty()
killProcessTree()
@Deprecated protected abstract boolean sendCtrlC()
killProcessTree()
public boolean killProcessTree()
killProcessTree
in class RemoteProcess