net.sf.seide.thread
Class DefaultThreadPoolExecutorFactory

java.lang.Object
  extended by 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

Constructor Summary
DefaultThreadPoolExecutorFactory()
           
 
Method Summary
 ThreadPoolExecutor create(Dispatcher dispatcher, RuntimeStage runtimeStage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultThreadPoolExecutorFactory

public DefaultThreadPoolExecutorFactory()
Method Detail

create

public ThreadPoolExecutor create(Dispatcher dispatcher,
                                 RuntimeStage runtimeStage)
Specified by:
create in interface ThreadPoolExecutorFactory


Copyright © 2011. All Rights Reserved.