Class ConnectionTableNIO.MyFuture

  • All Implemented Interfaces:
    java.lang.Runnable, java.util.concurrent.Future, java.util.concurrent.RunnableFuture
    Enclosing class:
    ConnectionTableNIO

    public static class ConnectionTableNIO.MyFuture
    extends java.util.concurrent.FutureTask
    • Constructor Summary

      Constructors 
      Constructor Description
      MyFuture()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void set​(java.lang.Object o)  
      protected void setException​(java.lang.Throwable t)  
      • Methods inherited from class java.util.concurrent.FutureTask

        cancel, done, get, get, isCancelled, isDone, run, runAndReset, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MyFuture

        public MyFuture()
    • Method Detail

      • set

        protected void set​(java.lang.Object o)
        Overrides:
        set in class java.util.concurrent.FutureTask
      • setException

        protected void setException​(java.lang.Throwable t)
        Overrides:
        setException in class java.util.concurrent.FutureTask