Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.emory.mathcs.util.concurrent
Class ThreadUtils.Executioner.Result  view ThreadUtils.Executioner.Result download ThreadUtils.Executioner.Result.java

java.lang.Object
  extended byedu.emory.mathcs.util.concurrent.AsyncTask
      extended byedu.emory.mathcs.util.concurrent.ThreadUtils.Executioner.Result
All Implemented Interfaces:
Cancellable, Future
Enclosing class:
ThreadUtils.Executioner

private static class ThreadUtils.Executioner.Result
extends AsyncTask


Field Summary
 
Fields inherited from class edu.emory.mathcs.util.concurrent.AsyncTask
callback, cancellationException, cancellationHandler, completed, result, resultException
 
Constructor Summary
(package private) ThreadUtils.Executioner.Result(Callback cb)
           
 
Method Summary
protected  java.lang.Runnable getPerformer(Callable call)
           
protected  void setFailed(java.lang.Throwable cause)
          Marks the task as failed.
 
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
 

Constructor Detail

ThreadUtils.Executioner.Result

ThreadUtils.Executioner.Result(Callback cb)
Method Detail

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