protected static class ProcessUtilImpl.AsyncProcessExecutorImpl extends FutureTask<Integer> implements AsyncProcessExecutor
Modifier and Type | Field and Description |
---|---|
private ProcessUtilImpl.ProcessExecutor |
executor
The actual task to run.
|
Constructor and Description |
---|
AsyncProcessExecutorImpl(ProcessUtilImpl.ProcessExecutor executor)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
done, get, get, isCancelled, isDone, run, runAndReset, set, setException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, get
isCancelled, isDone
private final ProcessUtilImpl.ProcessExecutor executor
public AsyncProcessExecutorImpl(ProcessUtilImpl.ProcessExecutor executor)
executor
- is the process-executor to call.Copyright © 2001–2016 mmm-Team. All rights reserved.