public interface AsyncProcessExecutor extends Future<Integer>
Process.| Modifier and Type | Method and Description |
|---|---|
Integer |
get() |
Integer |
get(long timeout,
TimeUnit unit) |
cancel, isCancelled, isDoneInteger get() throws InterruptedException, ExecutionException
get in interface Future<Integer>exit-code of the process.InterruptedExceptionExecutionExceptionInteger get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<Integer>exit-code of the process.InterruptedExceptionExecutionExceptionTimeoutExceptionCopyright © 2001–2016 mmm-Team. All rights reserved.