Class AbstractScheduledService.FutureAsCancellable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.Future<?> delegate  
    • Constructor Summary

      Constructors 
      Constructor Description
      FutureAsCancellable​(java.util.concurrent.Future<?> delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel​(boolean mayInterruptIfRunning)  
      boolean isCancelled()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait