Uses of Interface
de.netseeker.ejoe.concurrent.ThreadService

Packages that use ThreadService
de.netseeker.ejoe.concurrent   
 

Uses of ThreadService in de.netseeker.ejoe.concurrent
 

Classes in de.netseeker.ejoe.concurrent that implement ThreadService
 class Jdk15ThreadPool
          Fixed size thread pool implementation for usage with java >= 1.5.0
 class ThreadPool
          Fixed size thread pool implementation for usage with java < 1.5.0
 

Methods in de.netseeker.ejoe.concurrent that return ThreadService
static ThreadService ThreadPoolFactory.createFixedThreadPool(int size)
          Creates a new ThreadPool with a fixed size, the worker threads in the pool will belong to the ThreadGroup of the caller.
static ThreadService ThreadPoolFactory.createFixedThreadPool(int size, java.lang.ThreadGroup group)
          Creates a new ThreadPool with a fixed size, the worker threads in the pool will belong to the given ThreadGroup.
 

Constructors in de.netseeker.ejoe.concurrent with parameters of type ThreadService
ThreadPoolResizer(ThreadService pool, int maxPoolSize, long millisBeforeShrink)
          Creates a new instance of ThreadPoolResizer, which can be scheduled via using a Timer and will monitor and eventually resize the given ThreadService up to the given limit of workers by checking the workload of the pool.
 



Copyright © 2005-2007 netseeker. All Rights Reserved.