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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate ISVNThreadPoolgetThreadFactory(boolean daemon) private ThreadPoolExecutorgetThreadPool(boolean daemon)
-
Field Details
-
myThreadPool
-
myThreadFactory
-
myFailSafePool
-
-
Constructor Details
-
SVNThreadPool
public SVNThreadPool()
-
-
Method Details
-
run
- Specified by:
runin interfaceISVNThreadPool
-
getFailSafePool
-
getThreadPool
-
getThreadFactory
-