Package lumis.portal.executor
Interface IExecutorManager
-
- All Superinterfaces:
java.util.concurrent.Executor
,java.util.concurrent.ExecutorService
,java.util.concurrent.ScheduledExecutorService
- All Known Implementing Classes:
ExecutorManager
@StableMinor(version="16.0", sinceVersion="4.1") public interface IExecutorManager extends java.util.concurrent.ScheduledExecutorService
Provides support for background executions.In lumisportalconfig.xml, the nodes executor/minThreads and executor/maxThreads configures the number of threads in the pool used internally by this manager. minThreads are initially created, and up to maxThreads may be created as necessary. When maxThreads are in use, further execution submissions are queued.
- Since:
- 4.1.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $