Class SVNThreadPool.CustomThreadFactory

java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNThreadPool.CustomThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
SVNThreadPool

private static class SVNThreadPool.CustomThreadFactory extends Object implements ThreadFactory
  • Field Details

    • ourPoolNumber

      private static final AtomicInteger ourPoolNumber
    • myGroup

      private final ThreadGroup myGroup
    • myThreadNumber

      private final AtomicInteger myThreadNumber
    • myNamePrefix

      private final String myNamePrefix
    • myIsDaemon

      private boolean myIsDaemon
  • Constructor Details

    • CustomThreadFactory

      CustomThreadFactory(boolean daemon)
  • Method Details