|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Queue | Extension to add queue size reporting |
RunnableManager | The RunnableManager interface describes the functionality of an implementation running commands in the background. |
ThreadFactory | The ThreadFactory interface describes the responability of Factories
creating Thread for ThreadPool s of the RunnableManager |
ThreadPool | The ThreadPool interface gives access to methods needed to inspect and use of a pool of threads |
Class Summary | |
---|---|
BoundedQueue | Efficient array-based bounded buffer class. |
ChannelWrapper | Wrapper around a Channel implementation for constructor convenience |
DefaultRunnableManager | The DefaultRunnableManager implements the RunnableManager interface
and is responsible to create ThreadPool s and run Runnable s
in them as background commands. |
DefaultThreadFactory | This class is responsible to create new Thread instances to run a command. |
DefaultThreadPool | The DefaultThreadPool class implements the ThreadPool interface. |
LinkedQueue | A linked list based channel implementation. |
SynchronousChannel | A rendezvous channel, similar to those used in CSP and Ada. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |