Package ch.javasoft.jbase.concurrent

The jbase.concurrent package contains classes for concurrent use of Table instances; multiple read operations are supported concurrently, write access requires exclusive table access.

See:
          Description

Interface Summary
Stateful A Stateful object uses member variables to store state information during method calls.
 

Class Summary
ConcurrentTable<E> The ConcurrentTable creates a thread-safe table for concurrent use.
MultiplexedAppendTable<E> The MultiplexedAppendTable uses a queue with limited or unlimited capacity to cache appended entities.
 

Package ch.javasoft.jbase.concurrent Description

The jbase.concurrent package contains classes for concurrent use of Table instances; multiple read operations are supported concurrently, write access requires exclusive table access.