Class ThreadUtil.ThreadFactoryImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadFactoryImpl​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getThreadFactory()  
      java.util.List<java.lang.Thread> getThreads()  
      java.lang.Thread newThread​(java.lang.Runnable r)  
      • Methods inherited from class java.lang.Object

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

      • ThreadFactoryImpl

        public ThreadFactoryImpl​(java.lang.String name)