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, setException
public void run()
Hooked to notice when the task has been started.
run
in interface Runnable
run
in interface RunnableFuture<T>
run
in class FutureTask<T>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.