org.apache.tomcat.util.threads |
|
Java Source File Name | Type | Comment |
Expirer.java | Class | Expire unused objects. |
Reaper.java | Class | The reaper is a background thread with which ticks every minute
and calls registered objects to allow reaping of old session
data. |
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. |