Package kieker.common.util.thread
Class DaemonThreadFactory
java.lang.Object
kieker.common.util.thread.DaemonThreadFactory
- All Implemented Interfaces:
ThreadFactory
A thread factory that creates daemon threads. The default thread parameters are based on
the default thread factory.
- Since:
- 1.13
- Author:
- Holger Knoche
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DaemonThreadFactory
public DaemonThreadFactory()Creates a new daemon thread factory.
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-