Class NamedThreadFactory
java.lang.Object
com.atlassian.bamboo.build.pipeline.concurrent.NamedThreadFactory
- All Implemented Interfaces:
ThreadFactory
Deprecated.
ThreadFactory
that allows you to name the threads and create a thread with a
All threads created with this factory use SYSTEM_AUTHORITY security context.-
Constructor Summary
ConstructorDescriptionNamedThreadFactory
(String threadName) Deprecated.NamedThreadFactory
(String threadName, Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Deprecated. -
Method Summary
-
Constructor Details
-
NamedThreadFactory
Deprecated. -
NamedThreadFactory
public NamedThreadFactory(String threadName, Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Deprecated.
-
-
Method Details
-
newThread
Deprecated.- Specified by:
newThread
in interfaceThreadFactory
-
SystemAuthorityThreadFactory