Class NamedThreadFactory.MetaFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      MetaFactory​(java.lang.ClassLoader contextClassLoader, java.lang.ThreadGroup threadGroup, java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • contextClassLoader

        protected java.lang.ClassLoader contextClassLoader
      • threadGroup

        protected java.lang.ThreadGroup threadGroup
      • uncaughtExceptionHandler

        protected java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler
    • Constructor Detail

      • MetaFactory

        public MetaFactory​(java.lang.ClassLoader contextClassLoader,
                           java.lang.ThreadGroup threadGroup,
                           java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler)