Package org.eso.ias.plugin.thread
Class PluginThreadFactory
java.lang.Object
org.eso.ias.plugin.thread.PluginThreadFactory
- All Implemented Interfaces:
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 Summary
-
Method Summary
-
Constructor Details
-
PluginThreadFactory
public PluginThreadFactory()Empty constructor
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-