Class NonDaemonTaskRunner.taskWrapper

  • Enclosing class:
    NonDaemonTaskRunner

    protected static class NonDaemonTaskRunner.taskWrapper
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getName()  
      protected void run()  
      protected java.lang.Object waitForResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • result

        protected java.lang.Object result
      • exception

        protected java.lang.Throwable exception
    • Constructor Detail

    • Method Detail

      • run

        protected void run()
      • waitForResult

        protected java.lang.Object waitForResult()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getName

        protected java.lang.String getName()