lumis.portal.executor
Interface IExecutorManager
- All Superinterfaces:
- Executor, ExecutorService, ScheduledExecutorService
- All Known Implementing Classes:
- ExecutorManager
public interface IExecutorManager
- extends 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
Methods inherited from interface java.util.concurrent.ExecutorService |
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit |
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.