net.sf.antcontrib.util

Class ThreadPool

public class ThreadPool extends Object

Place class description here.

Author: Matthew Inger

Constructor Summary
ThreadPool(int maxActive)
Method Summary
ThreadPoolThreadborrowThread()
voidreturnThread(ThreadPoolThread thread)

Constructor Detail

ThreadPool

public ThreadPool(int maxActive)

Method Detail

borrowThread

public ThreadPoolThread borrowThread()

returnThread

public void returnThread(ThreadPoolThread thread)