|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.antcontrib.util.ThreadPool
public class ThreadPool
Place class description here.
Constructor Summary | |
---|---|
ThreadPool(int maxActive)
|
Method Summary | |
---|---|
ThreadPoolThread |
borrowThread()
|
void |
returnThread(ThreadPoolThread thread)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadPool(int maxActive)
Method Detail |
---|
public void returnThread(ThreadPoolThread thread)
public ThreadPoolThread borrowThread() throws java.lang.InterruptedException
java.lang.InterruptedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |