Class ContainerThreadFactory

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

    public class ContainerThreadFactory
    extends java.lang.Object
    implements java.util.concurrent.ThreadFactory
    Author:
    Simon Thoresen Hult
    • Constructor Detail

    • Method Detail

      • newThread

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