Class SVNThreadPool
java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNThreadPool
- All Implemented Interfaces:
ISVNThreadPool
- Version:
- 1.3
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ISVNThreadPool
private java.util.concurrent.ThreadPoolExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate ISVNThreadPool
getThreadFactory
(boolean daemon) private java.util.concurrent.ThreadPoolExecutor
getThreadPool
(boolean daemon) 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
-
Field Details
-
myThreadPool
private java.util.concurrent.ThreadPoolExecutor myThreadPool -
myThreadFactory
-
myFailSafePool
-
-
Constructor Details
-
SVNThreadPool
public SVNThreadPool()
-
-
Method Details
-
run
- Specified by:
run
in interfaceISVNThreadPool
-
getFailSafePool
-
getThreadPool
private java.util.concurrent.ThreadPoolExecutor getThreadPool(boolean daemon) -
getThreadFactory
-