Package net.datenwerke.async
Class ThreadPoolFactory
java.lang.Object
net.datenwerke.async.ThreadPoolFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DwThreadPoolExecutornewCachedThreadPool(String threadLabel) static DwThreadPoolExecutornewFixedThreadPool(int nThreads, String threadLabel) static DwThreadPoolExecutornewSingleThreadExecutor(String threadLabel)
-
Constructor Details
-
ThreadPoolFactory
public ThreadPoolFactory()
-
-
Method Details
-
newFixedThreadPool
-
newCachedThreadPool
-
newSingleThreadExecutor
-