public class RemoteProcessAdapter extends Process
| Constructor and Description |
|---|
RemoteProcessAdapter(IRemoteProcess process) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
exitValue() |
InputStream |
getErrorStream() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
int |
waitFor() |
public RemoteProcessAdapter(IRemoteProcess process)
public InputStream getErrorStream()
getErrorStream in class Processpublic InputStream getInputStream()
getInputStream in class Processpublic OutputStream getOutputStream()
getOutputStream in class Processpublic int waitFor()
throws InterruptedException
waitFor in class ProcessInterruptedExceptionCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.