Uses of Interface
org.apache.tapestry5.ioc.services.ParallelExecutor

Packages that use ParallelExecutor
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.services   
 

Uses of ParallelExecutor in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement ParallelExecutor
 class NonParallelExecutor
          Implementation of ParallelExecutor used when the thread pool is disabled.
 class ParallelExecutorImpl
           
 

Uses of ParallelExecutor in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services that return ParallelExecutor
static ParallelExecutor TapestryIOCModule.buildDeferredExecution(int coreSize, int maxSize, int keepAliveMillis, boolean threadPoolEnabled, PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, ThunkCreator thunkCreator)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.