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

Quick Search    Search Deep

Uses of Interface
edu.emory.mathcs.util.concurrent.Cancellable

Uses of Cancellable in edu.emory.mathcs.util.concurrent
 

Classes in edu.emory.mathcs.util.concurrent that implement Cancellable
 class AsyncTask
          A class maintaining a single reference variable serving as the result of an operation.
 class CompletedFuture
          Trivial implementation of Future that is always completed.
 class SecureAsyncTask
          Variant of AsyncTask that overrides method createPerformer 55 so that it always runs with a fixed access control context and thread context inherited from the caller of createPerformer method.
private static class ThreadUtils.Executioner.Result
           
 

Fields in edu.emory.mathcs.util.concurrent declared as Cancellable
protected  Cancellable AsyncTask.cancellationHandler
          Wrapper for the thread in which async task is executed, or the task itself if it implements Cancellable.
 

Methods in edu.emory.mathcs.util.concurrent that return Cancellable
protected  Cancellable AsyncTask.createCancellationHandler(Callable call)
          Overridable cancellation policy that governs what should be done upon cancellation of tasks that have already started running.