org.apache.tomcat.util.threads |
|
Java Source File Name | Type | Comment |
ThreadPool.java | Class | A thread pool that is trying to copy the apache process management. |
ThreadPoolRunnable.java | Interface | Implemented if you want to run a piece of code inside a thread pool. |
ThreadWithAttributes.java | Class | Special thread that allows storing of attributes and notes. |