Class AttachMain.MyThreadFactory

  • All Implemented Interfaces:
    java.util.concurrent.ThreadFactory
    Enclosing class:
    AttachMain

    static class AttachMain.MyThreadFactory
    extends java.lang.Object
    implements java.util.concurrent.ThreadFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.concurrent.ThreadFactory f  
    • Constructor Summary

      Constructors 
      Constructor Description
      MyThreadFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Field Detail

      • f

        final java.util.concurrent.ThreadFactory f
    • Constructor Detail

      • MyThreadFactory

        MyThreadFactory()
    • Method Detail

      • newThread

        public java.lang.Thread newThread​(java.lang.Runnable r)
        Specified by:
        newThread in interface java.util.concurrent.ThreadFactory