| Name | Description | Type | Package | Framework |
| BoundedQueue | Efficient array-based bounded buffer class. | Class | org.apache.cocoon.components.thread | Apache Cocoon |
| ChannelWrapper | Wrapper around a Channel implementation for constructor convenienceVersion:$Id: ChannelWrapper. | Class | org.apache.cocoon.components.thread | Apache Cocoon |
| DefaultRunnableManager | The DefaultRunnableManager implements the RunnableManager interface and is responsible to create ThreadPools and run Runnables | Class | org.apache.cocoon.components.thread | Apache Cocoon |
| DefaultThreadFactory | This class is responsible to create new Thread instances to run a command. | Class | org.apache.cocoon.components.thread | Apache Cocoon |
| DefaultThreadPool | The DefaultThreadPool class implements the ThreadPool interface. | Class | org.apache.cocoon.components.thread | Apache Cocoon |
| LinkedQueue | A linked list based channel implementation. | Class | org.apache.cocoon.components.thread | Apache Cocoon |
| Queue | Extension to add queue size reportingVersion:CVS $Id: Queue. | Interface | org.apache.cocoon.components.thread | Apache Cocoon |
| RunnableManager | The RunnableManager interface describes the functionality of an implementation running commands in the background. | Interface | org.apache.cocoon.components.thread | Apache Cocoon |
| SynchronousChannel | A rendezvous channel, similar to those used in CSP and Ada. | Class | org.apache.cocoon.components.thread | Apache Cocoon |
| ThreadFactory | The ThreadFactory interface describes the responability of Factories creating Thread for ThreadPools of the RunnableManager | Interface | org.apache.cocoon.components.thread | Apache Cocoon |
| ThreadPool | The ThreadPool interface gives access to methods needed to inspect and use of a pool of threads | Interface | org.apache.cocoon.components.thread | Apache Cocoon |