Package generic.util
Class NamedDaemonThreadFactory
java.lang.Object
generic.util.NamedDaemonThreadFactory
- All Implemented Interfaces:
ThreadFactory
NamedDaemonThreadFactory is a thread factory which forms daemon threads
with a specified name prefix for the Java concurrent Executors pools.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NamedDaemonThreadFactory
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-