Package org.objectweb.jonathan.resources.api

Provides a set of classes and interfaces dealing with resource management.

See:
          Description

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.
 

Class Summary
Chunk A chunk represents a part of an array of bytes.
 

Package org.objectweb.jonathan.resources.api Description

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).