Package org.objectweb.jac.aspects.distribution.consistency

Class Summary
ClientServerConsistencyWrapper This wrapper implements a client-server consistency protocol.
Consistency This class handles any type of consistency protocol on a replicaction group.
ConsistencyWrapper This wrapper class is the base class for all the consistency wrappers that implement a consistency protocol.
StrongPullConsistencyWrapper This wrapper class implements the core protocol for a strong consistency that is based on a pull strategy.
StrongPushConsistencyWrapper This wrapper implements a consistency protocol that forwards all the writing calls to all the replicas that are known by the wrapper.
WeakConsistencyWrapper This wrapper class implements a weak consistency protocol for a set of replicas.