org.mmbase.util
Class ThreadPools

java.lang.Object
  extended byorg.mmbase.util.ThreadPools

public abstract class ThreadPools
extends Object

Generic MMBase Thread Pools

Since:
MMBase 1.8
Version:
$Id: ThreadPools.java,v 1.5 2006/06/20 20:18:45 michiel Exp $
Author:
Michiel Meewissen

Field Summary
static edu.emory.mathcs.backport.java.util.concurrent.Executor filterExecutor
          Generic Thread Pools which can be used by 'filters'.
static edu.emory.mathcs.backport.java.util.concurrent.Executor jobsExecutor
          For jobs there are 'scheduled', and typically happen on larger time-scales.
 
Constructor Summary
ThreadPools()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filterExecutor

public static final edu.emory.mathcs.backport.java.util.concurrent.Executor filterExecutor
Generic Thread Pools which can be used by 'filters'.


jobsExecutor

public static final edu.emory.mathcs.backport.java.util.concurrent.Executor jobsExecutor
For jobs there are 'scheduled', and typically happen on larger time-scales.

Constructor Detail

ThreadPools

public ThreadPools()


MMBase build 1.8.1.20060716