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