Class Enip1ThreadFactory

  • All Implemented Interfaces:
    java.util.concurrent.ThreadFactory

    public class Enip1ThreadFactory
    extends java.lang.Object
    implements java.util.concurrent.ThreadFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger sLogger  
    • Constructor Summary

      Constructors 
      Constructor Description
      Enip1ThreadFactory​(java.lang.String deviceName, int prio)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Thread newThread​(java.lang.Runnable paramRunnable)  
      • Methods inherited from class java.lang.Object

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

      • sLogger

        public static final org.slf4j.Logger sLogger
    • Constructor Detail

      • Enip1ThreadFactory

        public Enip1ThreadFactory​(java.lang.String deviceName,
                                  int prio)
    • Method Detail

      • newThread

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