net.sf.antcontrib.util

Class ThreadPool


public class ThreadPool
extends java.lang.Object

Place class description here.
Author:
Matthew Inger

Constructor Summary

ThreadPool(int maxActive)

Method Summary

ThreadPoolThread
borrowThread()
void
returnThread(ThreadPoolThread thread)

Constructor Details

ThreadPool

public ThreadPool(int maxActive)

Method Details

borrowThread

public ThreadPoolThread borrowThread()
            throws InterruptedException

returnThread

public void returnThread(ThreadPoolThread thread)