|
Class Summary |
| BusyAccessorTable |
Table of requests blocked keyed on accessors. |
| PendingRequestMap |
A Map of pending request states tied to child requests. |
| RequestState |
The state of a request throughout its processing by the Scheduler |
| RequestStatistics |
A table of request statistics held by the Scheduler for all accessors and transreptors used |
| RequestTable |
Simple synchronized blocking queue of request states to be processed |
| Scheduler |
The Scheduler system component. |
| WorkerThread |
WorkerThread is a child of a WorkerThreadPool, it exists to provide
execution threads to call its parents process() method |
| WorkerThreadPool |
A ProcessofThreadGroup is a homogeneous collection of ProcessorThreads which can
be managed as a group. |