org.eclipse.ptp.remote.core
Class RemoteProcessAdapter
java.lang.Object
java.lang.Process
org.eclipse.ptp.remote.core.RemoteProcessAdapter
public class RemoteProcessAdapter
- extends java.lang.Process
Adapts an IRemoteProcess to a java.lang.Process
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteProcessAdapter
public RemoteProcessAdapter(IRemoteProcess process)
destroy
public void destroy()
- Specified by:
destroy in class java.lang.Process
exitValue
public int exitValue()
- Specified by:
exitValue in class java.lang.Process
getErrorStream
public java.io.InputStream getErrorStream()
- Specified by:
getErrorStream in class java.lang.Process
getInputStream
public java.io.InputStream getInputStream()
- Specified by:
getInputStream in class java.lang.Process
getOutputStream
public java.io.OutputStream getOutputStream()
- Specified by:
getOutputStream in class java.lang.Process
waitFor
public int waitFor()
throws java.lang.InterruptedException
- Specified by:
waitFor in class java.lang.Process
- Throws:
java.lang.InterruptedException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.