| Home >> All >> org >> apache >> tomcat >> util >> [ threads Javadoc ] |
org.apache.tomcat.util.threads: Javadoc index of package org.apache.tomcat.util.threads.
Package Samples:
org.apache.tomcat.util.threads
Classes:
ThreadWithAttributes: Special thread that allows storing of attributes and notes. A guard is used to prevent untrusted code from accessing the attributes. This avoids hash lookups and provide something very similar with ThreadLocal ( but compatible with JDK1.1 and faster on JDK < 1.4 ). The main use is to store 'state' for monitoring ( like "processing request 'GET /' ").
Reaper: The reaper is a background thread with which ticks every minute and calls registered objects to allow reaping of old session data.
ThreadPool: A thread pool that is trying to copy the apache process management. Should we remove this in favor of Doug Lea's thread package?
ThreadPoolRunnable: Implemented if you want to run a piece of code inside a thread pool.
Expirer: Expire unused objects.
| Home | Contact Us | Privacy Policy | Terms of Service |