net.sf.seide.thread
Interface ThreadPoolExecutorFactory

All Known Implementing Classes:
DefaultThreadPoolExecutorFactory

public interface ThreadPoolExecutorFactory

Creates a custom ThreadPoolExecutor for a given Stage and contextual Dispatcher.

Author:
german.kondolf

Method Summary
 ThreadPoolExecutor create(Dispatcher dispatcher, RuntimeStage runtimeStage)
           
 

Method Detail

create

ThreadPoolExecutor create(Dispatcher dispatcher,
                          RuntimeStage runtimeStage)


Copyright © 2011. All Rights Reserved.