net.sf.seide.thread
Class DefaultThreadPoolExecutorFactory
java.lang.Object
net.sf.seide.thread.DefaultThreadPoolExecutorFactory
- All Implemented Interfaces:
- ThreadPoolExecutorFactory
public class DefaultThreadPoolExecutorFactory
- extends Object
- implements ThreadPoolExecutorFactory
Default ThreadPoolExecutorFactory that creates a DispatcherThreadPoolExecutor configured according to
the specified Stage and Dispatcher.
- Author:
- german.kondolf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultThreadPoolExecutorFactory
public DefaultThreadPoolExecutorFactory()
create
public ThreadPoolExecutor create(Dispatcher dispatcher,
RuntimeStage runtimeStage)
- Specified by:
create in interface ThreadPoolExecutorFactory
Copyright © 2011. All Rights Reserved.