lumis.portal.executor
Interface IExecutorManager

Package class diagram package IExecutorManager
All Superinterfaces:
Executor, ExecutorService, ScheduledExecutorService
All Known Implementing Classes:
ExecutorManager

@StableMinor(version="6.2",
             sinceVersion="4.1")
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  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.