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
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.Thread
    newThread(java.lang.Runnable r)
     

    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 interface java.util.concurrent.ThreadFactory