Package org.tmatesoft.svn.core.wc
Class DefaultSVNRepositoryPool.DaemonThreadFactory
java.lang.Object
org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool.DaemonThreadFactory
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
- Enclosing class:
- DefaultSVNRepositoryPool
private static final class DefaultSVNRepositoryPool.DaemonThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DaemonThreadFactory
private DaemonThreadFactory()
-
-
Method Details
-
newThread
public java.lang.Thread newThread(java.lang.Runnable r) - Specified by:
newThread
in interfacejava.util.concurrent.ThreadFactory
-