public class FutureTaskMon<T> extends FutureTask<T>
| Constructor and Description | 
|---|
FutureTaskMon(Callable<T> callable)  | 
FutureTaskMon(Runnable runnable,
             T result)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
cancel(boolean mayInterruptIfRunning) | 
void | 
run() | 
done, get, get, isCancelled, isDone, runAndReset, set, setExceptionpublic void run()
Hooked to notice when the task has been started.
run in interface Runnablerun in interface RunnableFuture<T>run in class FutureTask<T>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.