Uses of Interface
net.sf.seide.thread.ThreadPoolExecutorFactory

Packages that use ThreadPoolExecutorFactory
net.sf.seide.controller.impl   
net.sf.seide.thread   
 

Uses of ThreadPoolExecutorFactory in net.sf.seide.controller.impl
 

Fields in net.sf.seide.controller.impl declared as ThreadPoolExecutorFactory
protected  ThreadPoolExecutorFactory DirectThreadPoolStageController.executorFactory
           
 

Methods in net.sf.seide.controller.impl that return ThreadPoolExecutorFactory
 ThreadPoolExecutorFactory DirectThreadPoolStageController.getExecutorFactory()
           
 

Methods in net.sf.seide.controller.impl with parameters of type ThreadPoolExecutorFactory
 void DirectThreadPoolStageController.setExecutorFactory(ThreadPoolExecutorFactory executorFactory)
           
 

Uses of ThreadPoolExecutorFactory in net.sf.seide.thread
 

Classes in net.sf.seide.thread that implement ThreadPoolExecutorFactory
 class DefaultThreadPoolExecutorFactory
          Default ThreadPoolExecutorFactory that creates a DispatcherThreadPoolExecutor configured according to the specified Stage and Dispatcher.
 



Copyright © 2011. All Rights Reserved.