Package org.objectweb.jonathan.resources.api
Provides a set of classes and interfaces dealing with resource
management.
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. |
Chunk | A chunk represents a part of an array of bytes. |