Package jetbrains.buildServer.util
Class PositionNamedDaemonThreadFactory
- java.lang.Object
-
- jetbrains.buildServer.util.NamedThreadFactory
-
- jetbrains.buildServer.util.PositionNamedDaemonThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class PositionNamedDaemonThreadFactory extends NamedThreadFactory
-
-
Constructor Summary
Constructors Constructor Description PositionNamedDaemonThreadFactory(String namePrefix, int size, Runnable initThread)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Thread
newThread(Runnable r)
String
toString()
-
Methods inherited from class jetbrains.buildServer.util.NamedThreadFactory
executeWithNewThreadName, executeWithNewThreadName, executeWithNewThreadNameActionThrow, executeWithNewThreadNameFuncThrow, getThreadDump, patchThreadName, updateThreadName
-
-
-
-
Method Detail
-
newThread
@NotNull public Thread newThread(@NotNull Runnable r)
- Specified by:
newThread
in interfaceThreadFactory
- Overrides:
newThread
in classNamedThreadFactory
-
toString
public String toString()
- Overrides:
toString
in classNamedThreadFactory
-
-