public class SVNThreadPool extends java.lang.Object implements ISVNThreadPool
Modifier and Type | Class and Description |
---|---|
private static class |
SVNThreadPool.CustomThreadFactory |
Modifier and Type | Field and Description |
---|---|
private ISVNThreadPool |
myFailSafePool |
private SVNThreadPool.CustomThreadFactory |
myThreadFactory |
private java.util.concurrent.ThreadPoolExecutor |
myThreadPool |
Constructor and Description |
---|
SVNThreadPool() |
Modifier and Type | Method and Description |
---|---|
private ISVNThreadPool |
getFailSafePool() |
private SVNThreadPool.CustomThreadFactory |
getThreadFactory(boolean daemon) |
private java.util.concurrent.ThreadPoolExecutor |
getThreadPool(boolean daemon) |
ISVNTask |
run(java.lang.Runnable task,
boolean daemon) |
private java.util.concurrent.ThreadPoolExecutor myThreadPool
private SVNThreadPool.CustomThreadFactory myThreadFactory
private ISVNThreadPool myFailSafePool
public ISVNTask run(java.lang.Runnable task, boolean daemon)
run
in interface ISVNThreadPool
private ISVNThreadPool getFailSafePool()
private java.util.concurrent.ThreadPoolExecutor getThreadPool(boolean daemon)
private SVNThreadPool.CustomThreadFactory getThreadFactory(boolean daemon)