| Package | Description |
|---|---|
| org.bonitasoft.engine.work |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBonitaExecutorServiceFactory
Use ThreadPoolExecutor as ExecutorService
The handling of threads relies on the JVM
The rules to create new thread are:
- If the number of threads is less than the corePoolSize, create a new Thread to run a new task.
|
| Constructor and Description |
|---|
ExecutorWorkService(org.bonitasoft.engine.transaction.TransactionService transactionService,
WorkSynchronizationFactory workSynchronizationFactory,
org.bonitasoft.engine.log.technical.TechnicalLoggerService loggerService,
org.bonitasoft.engine.sessionaccessor.SessionAccessor sessionAccessor,
BonitaExecutorServiceFactory bonitaExecutorServiceFactory,
int workTerminationTimeout) |
Copyright © 2015 Bonitasoft S.A.. All rights reserved.