org.gridkit.vicluster.telecontrol.ssh
Interface ProcessRemoteAdapter.RemoteProcess
- All Superinterfaces:
- Remote
- Enclosing class:
- ProcessRemoteAdapter
public static interface ProcessRemoteAdapter.RemoteProcess
- extends Remote
setStdOutReceiver
void setStdOutReceiver(OutputStream stream)
setStdErrReceiver
void setStdErrReceiver(OutputStream stream)
waitFor
int waitFor()
throws InterruptedException
- Throws:
InterruptedException
exitValue
int exitValue()
destroy
void destroy()
throws IOException
- Throws:
IOException
Copyright © 2017. All Rights Reserved.