org.apache.curator.utils
Class CloseableExecutorService.InternalFutureTask<T>

java.lang.Object
  extended by java.util.concurrent.FutureTask<T>
      extended by org.apache.curator.utils.CloseableExecutorService.InternalFutureTask<T>
All Implemented Interfaces:
Runnable, Future<T>, RunnableFuture<T>
Enclosing class:
CloseableExecutorService

protected class CloseableExecutorService.InternalFutureTask<T>
extends FutureTask<T>


Method Summary
protected  void done()
           
 
Methods inherited from class java.util.concurrent.FutureTask
cancel, get, get, isCancelled, isDone, run, runAndReset, set, setException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

done

protected void done()
Overrides:
done in class FutureTask<T>


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.