|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.threading.AbstractPool
org.jasig.portal.utils.threading.BoundedThreadPool
org.jasig.portal.utils.threading.UnboundedThreadPool
A thread pool without a maximum number of possible worker threads
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 |
public UnboundedThreadPool(int minThreads, int threadPriority)
minThreads
- the initial number of worker threads to place in the poolthreadPriority
- the priority these worker threads should have
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |