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 Process
public InputStream getInputStream()
getInputStream
in class Process
public OutputStream getOutputStream()
getOutputStream
in class Process
public int waitFor() throws InterruptedException
waitFor
in class Process
InterruptedException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.