Package org.apache.tomcat.util.threads

Interface Summary

Expirer.ExpireCallback
ThreadPool.ThreadPoolListenerInterface to allow applications to be notified when a threads are created and stopped.
ThreadPoolRunnableImplemented if you want to run a piece of code inside a thread pool.

Class Summary

Expirer Expire unused objects.
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.
ThreadPool.ControlRunnable A Thread object that executes various actions ( ThreadPoolRunnable ) under control of ThreadPool
ThreadPool.MonitorRunnable Periodically execute an action - cleanup in this case
ThreadWithAttributesSpecial thread that allows storing of attributes and notes.

Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.