Class QueuedThreadPool.Runner

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    QueuedThreadPool

    private class QueuedThreadPool.Runner
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Runner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.Runnable idleJobPoll​(long idleTimeout)  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • Runner

        private Runner()
    • Method Detail

      • idleJobPoll

        private java.lang.Runnable idleJobPoll​(long idleTimeout)
                                        throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable