-
public class RemoteProcess extends Process
-
-
Constructor Summary
Constructors Constructor Description RemoteProcess(IRemoteProcess process)
-
Method Summary
Modifier and Type Method Description OutputStreamgetOutputStream()InputStreamgetInputStream()InputStreamgetErrorStream()intwaitFor()intexitValue()voiddestroy()-
-
Constructor Detail
-
RemoteProcess
RemoteProcess(IRemoteProcess process)
-
-
Method Detail
-
getOutputStream
OutputStream getOutputStream()
-
getInputStream
InputStream getInputStream()
-
getErrorStream
InputStream getErrorStream()
-
waitFor
int waitFor()
-
exitValue
int exitValue()
-
destroy
void destroy()
-
-
-
-