Class SVNThreadPool.CustomThreadFactory
java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNThreadPool.CustomThreadFactory
- All Implemented Interfaces:
ThreadFactory
- Enclosing class:
- SVNThreadPool
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ThreadGroup
private boolean
private final String
private final AtomicInteger
private static final AtomicInteger
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ourPoolNumber
-
myGroup
-
myThreadNumber
-
myNamePrefix
-
myIsDaemon
private boolean myIsDaemon
-
-
Constructor Details
-
CustomThreadFactory
CustomThreadFactory(boolean daemon)
-
-
Method Details
-
setIsDaemon
public void setIsDaemon(boolean isDaemon) -
newThread
- Specified by:
newThread
in interfaceThreadFactory
-