|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Process
com.ibm.etools.systems.launch.RemoteProcess
Constructor Summary | |
---|---|
RemoteProcess(IRemoteCommandLauncher remoteCommandLauncher)
|
Method Summary | |
---|---|
void |
appendError(String errorString)
|
void |
appendOutput(String outputString)
Get output stream of process. |
void |
destroy()
Destory remote process. |
int |
exitValue()
|
InputStream |
getErrorStream()
Get error stream of process. |
InputStream |
getInputStream()
Get input stream of process. |
OutputStream |
getOutputStream()
Get output stream of process. |
PipedInputStream |
getPipedInputStream()
|
int |
waitFor()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteProcess(IRemoteCommandLauncher remoteCommandLauncher)
Method Detail |
public int exitValue()
public int waitFor() throws InterruptedException
InterruptedException
public void destroy()
public InputStream getErrorStream()
public InputStream getInputStream()
public OutputStream getOutputStream()
public void appendOutput(String outputString)
public void appendError(String errorString)
public PipedInputStream getPipedInputStream()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |