cakoose.util.exec
Class Exec.Handle
java.lang.Object
cakoose.util.exec.Exec.Handle
- Enclosing class:
- Exec
public static final class Exec.Handle
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exec.Handle
public Exec.Handle(cakoose.util.exec.Exec.Box<IOException> ioeBox,
Process process,
Thread inThread,
Thread outThread,
Thread errThread)
waitFor
public int waitFor()
throws InterruptedException,
IOException
- Throws:
InterruptedException
IOException
waitFor
public int waitFor(long timeoutMillis)
throws InterruptedException,
IOException
- Throws:
InterruptedException
IOException