|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParallelExecutor | |
---|---|
org.apache.tapestry5.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
org.apache.tapestry5.ioc.internal.services.cron | [INTERNAL USE ONLY] Support for cron-like services in Tapestry IOC; API subject to change. |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
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.internal.services.cron |
---|
Constructors in org.apache.tapestry5.ioc.internal.services.cron with parameters of type ParallelExecutor | |
---|---|
PeriodicExecutorImpl(ParallelExecutor parallelExecutor,
org.slf4j.Logger logger)
|
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,
int queueSize,
PerthreadManager perthreadManager,
RegistryShutdownHub shutdownHub,
ThunkCreator thunkCreator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |