jadex.util.concurrent
Class ThreadPoolFactory
java.lang.Object
jadex.util.concurrent.ThreadPoolFactory
public class ThreadPoolFactory
- extends Object
Factory class for obtaining a thread pool.
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
ThreadPoolFactory
public ThreadPoolFactory()
getThreadPool
public static IThreadPool getThreadPool()
- Get the thread pool.
- Returns:
- The thread pool.
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.