- All Implemented Interfaces:
- java.util.concurrent.ThreadFactory
public class NamedThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
Convenience class to wrap a thread factory with, so that new threads
get a given suffix appended to their names.
The intended purpose of this class is to make it easier to read thread dumps
(or logs related to thread names)
when one component or application uses a thread factory for different purposes.
- Since:
- ACS 10.1
- Author:
- hsommer