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

Packages that use ThunkCreator
org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. 
org.apache.tapestry5.ioc.services Tapestry IOC service interfaces 
 

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

Classes in org.apache.tapestry5.ioc.internal.services that implement ThunkCreator
 class ThunkCreatorImpl
           
 

Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type ThunkCreator
LazyAdvisorImpl(ThunkCreator thunkCreator)
           
ParallelExecutorImpl(ExecutorService executorService, ThunkCreator thunkCreator, PerthreadManager perthreadManager)
           
 

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

Methods in org.apache.tapestry5.ioc.services with parameters of type ThunkCreator
static ParallelExecutor TapestryIOCModule.buildDeferredExecution(int coreSize, int maxSize, int keepAliveMillis, boolean threadPoolEnabled, int queueSize, PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, ThunkCreator thunkCreator)
           
 



Copyright © 2003-2012 The Apache Software Foundation.