Class PluginThreadFactory

java.lang.Object
org.eso.ias.plugin.thread.PluginThreadFactory
All Implemented Interfaces:
ThreadFactory

public class PluginThreadFactory extends Object implements ThreadFactory
The thread factory for the plugin.

Each thread is assigned a name composed of the threadName string plus the threadIndex suffix.

Author:
acaproni
  • Constructor Details

    • PluginThreadFactory

      public PluginThreadFactory()
      Empty constructor
  • Method Details