Class SVNThreadPool

java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNThreadPool
All Implemented Interfaces:
ISVNThreadPool

public class SVNThreadPool extends java.lang.Object implements ISVNThreadPool
Version:
1.3
  • Field Details

  • Constructor Details

    • SVNThreadPool

      public SVNThreadPool()
  • Method Details

    • run

      public ISVNTask run(java.lang.Runnable task, boolean daemon)
      Specified by:
      run in interface ISVNThreadPool
    • getFailSafePool

      private ISVNThreadPool getFailSafePool()
    • getThreadPool

      private java.util.concurrent.ThreadPoolExecutor getThreadPool(boolean daemon)
    • getThreadFactory

      private SVNThreadPool.CustomThreadFactory getThreadFactory(boolean daemon)