Class JmcThreadFactory

java.lang.Object
org.mpi_sws.jmc.api.util.concurrent.JmcThreadFactory
All Implemented Interfaces:
ThreadFactory

public class JmcThreadFactory extends Object implements ThreadFactory
A thread factory that creates JmcThread instances. Reimplementation of ThreadFactory
  • Constructor Details

    • JmcThreadFactory

      public JmcThreadFactory(ThreadFactory baseFactory)
      Create a new thread factory that wraps the given base factory.
    • JmcThreadFactory

      public JmcThreadFactory()
      Default JmcThread factory.
  • Method Details