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 ISVNThreadPoolprivate java.util.concurrent.ThreadPoolExecutor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate ISVNThreadPoolgetThreadFactory(boolean daemon) private java.util.concurrent.ThreadPoolExecutorgetThreadPool(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:
runin interfaceISVNThreadPool
-
getFailSafePool
-
getThreadPool
private java.util.concurrent.ThreadPoolExecutor getThreadPool(boolean daemon) -
getThreadFactory
-