org.gridkit.vicluster.telecontrol.ssh
Interface ProcessRemoteAdapter.RemoteProcess

All Superinterfaces:
Remote
Enclosing class:
ProcessRemoteAdapter

public static interface ProcessRemoteAdapter.RemoteProcess
extends Remote


Method Summary
 void destroy()
           
 int exitValue()
           
 void setStdErrReceiver(OutputStream stream)
           
 void setStdOutReceiver(OutputStream stream)
           
 int waitFor()
           
 

Method Detail

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.