Package de.intarsys.tools.concurrent
Class CallbackFutureTask<R>
java.lang.Object
de.intarsys.tools.concurrent.AbstractFutureTask
de.intarsys.tools.concurrent.CallbackFutureTask<R>
- Direct Known Subclasses:
GenericFutureTask
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Field Summary
Fields inherited from class de.intarsys.tools.concurrent.AbstractFutureTask
Log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.intarsys.tools.concurrent.AbstractFutureTask
basicGetException, basicGetResult, cancel, compute, computeAsync, get, get, getException, handleException, handleFinally, handleResult, isActive, isCancelled, isDone, isFailed, reset, run, runAsync, setException, setResult, taskCancelled, taskFinally, taskStarted, toString, undoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
CallbackFutureTask
-
-
Method Details
-
taskFailed
protected void taskFailed()- Overrides:
taskFailedin classAbstractFutureTask
-
taskFinished
protected void taskFinished()- Overrides:
taskFinishedin classAbstractFutureTask
-