java.lang.Object
edu.emory.mathcs.util.concurrent.AsyncTask
edu.emory.mathcs.util.concurrent.ThreadUtils.Executioner.Result
- All Implemented Interfaces:
- Cancellable, Future
- Enclosing class:
- ThreadUtils.Executioner
- private static class ThreadUtils.Executioner.Result
- extends AsyncTask
Methods inherited from class edu.emory.mathcs.util.concurrent.AsyncTask |
cancel, createCancellationHandler, createPerformer, get, get, isCancelled, isDone, setCompleted, start, start, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadUtils.Executioner.Result
ThreadUtils.Executioner.Result(Callback cb)
getPerformer
protected java.lang.Runnable getPerformer(Callable call)
setFailed
protected void setFailed(java.lang.Throwable cause)
- Description copied from class:
AsyncTask
- Marks the task as failed.
- Overrides:
setFailed
in class AsyncTask