Class JmcThreadFactory
java.lang.Object
org.mpi_sws.jmc.api.util.concurrent.JmcThreadFactory
- All Implemented Interfaces:
ThreadFactory
A thread factory that creates
JmcThread instances. Reimplementation of ThreadFactory-
Constructor Summary
ConstructorsConstructorDescriptionDefault JmcThread factory.JmcThreadFactory(ThreadFactory baseFactory) Create a new thread factory that wraps the given base factory. -
Method Summary
-
Constructor Details
-
JmcThreadFactory
Create a new thread factory that wraps the given base factory. -
JmcThreadFactory
public JmcThreadFactory()Default JmcThread factory.
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-