public abstract class RemoteProcess extends java.lang.Process implements SelfKiller
Constructor and Description |
---|
RemoteProcess() |
Modifier and Type | Method and Description |
---|---|
abstract HostAndPort |
getLocalTunnel(int remotePort)
Returns host and port which one should connect to get to the process remote port.
|
abstract boolean |
isDisconnected() |
abstract boolean |
killProcessTree() |
public abstract boolean killProcessTree()
public abstract boolean isDisconnected()
public abstract HostAndPort getLocalTunnel(int remotePort)
null
if connection to the remote port is impossible or there is no information about it.remotePort
- remote process port