Package org.frankframework.scheduler
Class NamedThreadFactory
java.lang.Object
org.frankframework.scheduler.NamedThreadFactory
- All Implemented Interfaces:
ThreadFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setThreadGroup
(ThreadGroup threadGroup) void
setThreadGroupName
(String name) void
setThreadPriority
(int threadPriority)
-
Constructor Details
-
NamedThreadFactory
public NamedThreadFactory()
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-
setThreadGroupName
-
setThreadPriority
public void setThreadPriority(int threadPriority) -
getThreadGroup
-
setThreadGroup
-