|
Interface Summary |
| ChunkFactory |
A chunk factory builds chunks, possibly implementing a specific chunk
management policy. |
| ChunkProvider |
Chunk providers are used to wrap input streams (like, e.g., socket input streams)
in unmarshallers. |
| Job |
A Job is the abstraction of an activity in the system. |
| Scheduler |
Schedulers are used to create and schedule Jobs.
|
Provides a set of classes and interfaces dealing with resource
management. Jonathan proposes abstractions to deal with buffers
(Chunk, ChunkProvider and ChunkFactory)
and activity (Job and
Scheduler).