Class ContainerThreadFactory

java.lang.Object
org.openremote.container.concurrent.ContainerThreadFactory
All Implemented Interfaces:
ThreadFactory

public class ContainerThreadFactory extends Object implements ThreadFactory
Creates daemon-threads with Thread.NORM_PRIORITY and a sensible name (prefix plus incrementing number) in the security manager's thread group or if there is no security manager, in the calling thread's group.
  • Field Details

  • Constructor Details

    • ContainerThreadFactory

      public ContainerThreadFactory(String name)
  • Method Details