Class ContainerThreadFactory
java.lang.Object
org.openremote.container.concurrent.ContainerThreadFactory
- All Implemented Interfaces:
ThreadFactory
Creates daemon-threads with
Thread.NORM_PRIORITY
and a sensible
name (prefix plus incrementing number) in the security manager's thread group
or if there is no security manager, in the calling thread's group.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ThreadGroup
protected final String
protected static final AtomicInteger
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
threadNumber
-
name
-
group
-
-
Constructor Details
-
ContainerThreadFactory
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-