Uses of Class
org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper

Packages that use ConsistencyWrapper
org.objectweb.jac.aspects.distribution.consistency   
 

Uses of ConsistencyWrapper in org.objectweb.jac.aspects.distribution.consistency
 

Subclasses of ConsistencyWrapper in org.objectweb.jac.aspects.distribution.consistency
 class ClientServerConsistencyWrapper
          This wrapper implements a client-server consistency protocol.
 class StrongPullConsistencyWrapper
          This wrapper class implements the core protocol for a strong consistency that is based on a pull strategy.
 class StrongPushConsistencyWrapper
          This wrapper implements a consistency protocol that forwards all the writing calls to all the replicas that are known by the wrapper.
 class WeakConsistencyWrapper
          This wrapper class implements a weak consistency protocol for a set of replicas.