cakoose.util.exec
Class Exec.Handle

java.lang.Object
  extended by cakoose.util.exec.Exec.Handle
Enclosing class:
Exec

public static final class Exec.Handle
extends Object


Constructor Summary
Exec.Handle(cakoose.util.exec.Exec.Box<IOException> ioeBox, Process process, Thread inThread, Thread outThread, Thread errThread)
           
 
Method Summary
 int waitFor()
           
 int waitFor(long timeoutMillis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exec.Handle

public Exec.Handle(cakoose.util.exec.Exec.Box<IOException> ioeBox,
                   Process process,
                   Thread inThread,
                   Thread outThread,
                   Thread errThread)
Method Detail

waitFor

public int waitFor()
            throws InterruptedException,
                   IOException
Throws:
InterruptedException
IOException

waitFor

public int waitFor(long timeoutMillis)
            throws InterruptedException,
                   IOException
Throws:
InterruptedException
IOException