uPortal 2.4.1
API Documentation

org.jasig.portal.utils.threading
Class UnboundedThreadPool

java.lang.Object
  extended byorg.jasig.portal.utils.threading.AbstractPool
      extended byorg.jasig.portal.utils.threading.BoundedThreadPool
          extended byorg.jasig.portal.utils.threading.UnboundedThreadPool
All Implemented Interfaces:
ThreadPool

public class UnboundedThreadPool
extends BoundedThreadPool

A thread pool without a maximum number of possible worker threads

Version:
$Revision: 1.2 $
Author:
Constructor Summary
UnboundedThreadPool(int minThreads, int threadPriority)
          UnoundedThreadPool Construcutor
 
Methods inherited from class org.jasig.portal.utils.threading.BoundedThreadPool
destroyThread, execute
 
Methods inherited from class org.jasig.portal.utils.threading.AbstractPool
busyThreads, destroy, getPooledThread, idleThreads, lockThread, releaseThread, totalThreads
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnboundedThreadPool

public UnboundedThreadPool(int minThreads,
                           int threadPriority)
UnoundedThreadPool Construcutor

Parameters:
minThreads - the initial number of worker threads to place in the pool
threadPriority - the priority these worker threads should have

uPortal 2.4.1
API Documentation