Uses of Interface
org.apache.tapestry5.ioc.services.ParallelExecutor
Packages that use ParallelExecutor
Package
Description
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
[INTERNAL USE ONLY] Support for cron-like services in Tapestry IOC; API subject to change.
-
Uses of ParallelExecutor in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement ParallelExecutorModifier and TypeClassDescriptionclass
Implementation ofParallelExecutor
used when the thread pool is disabled.class
-
Uses of ParallelExecutor in org.apache.tapestry5.ioc.internal.services.cron
Constructors in org.apache.tapestry5.ioc.internal.services.cron with parameters of type ParallelExecutorModifierConstructorDescriptionPeriodicExecutorImpl
(ParallelExecutor parallelExecutor, org.slf4j.Logger logger) -
Uses of ParallelExecutor in org.apache.tapestry5.ioc.modules
Methods in org.apache.tapestry5.ioc.modules that return ParallelExecutorModifier and TypeMethodDescriptionstatic ParallelExecutor
TapestryIOCModule.buildDeferredExecution
(int coreSize, int maxSize, int keepAliveMillis, boolean threadPoolEnabled, int queueSize, PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, ThunkCreator thunkCreator)