lumis.portal.executor
Interface IExecutorManager

Package class diagram package 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

Method Summary
 
Methods inherited from interface java.util.concurrent.ScheduledExecutorService
schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay
 
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
 
Methods inherited from interface java.util.concurrent.Executor
execute
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.