Package org.infinispan.commons.executors
Interface ThreadPoolExecutorFactory<T extends ExecutorService>
-
- All Known Implementing Classes:
BlockingThreadPoolExecutorFactory,CachedThreadPoolExecutorFactory,ScheduledThreadPoolExecutorFactory
public interface ThreadPoolExecutorFactory<T extends ExecutorService>- Author:
- Galder ZamarreƱo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcreateExecutor(ThreadFactory factory)voidvalidate()Validate parameters for the thread pool executor factory
-
-
-
Method Detail
-
createExecutor
T createExecutor(ThreadFactory factory)
-
validate
void validate()
Validate parameters for the thread pool executor factory
-
-