Jadex 0.96-beta1

jadex.util.concurrent
Class ThreadPoolFactory

java.lang.Object
  extended by jadex.util.concurrent.ThreadPoolFactory

public class ThreadPoolFactory
extends Object

Factory class for obtaining a thread pool.


Field Summary
static String THREADPOOL_JAVA5
          The java 5.0 thread pool implementation.
static String THREADPOOL_STANDARD
          The standard (1.4 compliant) thread pool implementation.
 
Constructor Summary
ThreadPoolFactory()
           
 
Method Summary
static IThreadPool getThreadPool()
          Get the thread pool.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THREADPOOL_STANDARD

public static final String THREADPOOL_STANDARD
The standard (1.4 compliant) thread pool implementation.

See Also:
Constant Field Values

THREADPOOL_JAVA5

public static final String THREADPOOL_JAVA5
The java 5.0 thread pool implementation.

See Also:
Constant Field Values
Constructor Detail

ThreadPoolFactory

public ThreadPoolFactory()
Method Detail

getThreadPool

public static IThreadPool getThreadPool()
Get the thread pool.

Returns:
The thread pool.

Jadex 0.96-beta1

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.