Class SVNThreadPool

  • All Implemented Interfaces:
    ISVNThreadPool

    public class SVNThreadPool
    extends java.lang.Object
    implements ISVNThreadPool
    Version:
    1.3
    Author:
    TMate Software Ltd.
    • Constructor Summary

      Constructors 
      Constructor Description
      SVNThreadPool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ISVNTask run​(java.lang.Runnable task, boolean daemon)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SVNThreadPool

        public SVNThreadPool()
    • Method Detail