Uses of Interface
org.multiverse.MultiverseConstants

Packages that use MultiverseConstants
org.multiverse.api.commitlock This package contains support for locking transactional datastructures when a transaction does a commit. 
org.multiverse.stms Contains concrete STM implementations are abstract support structures. 
org.multiverse.templates Contains the templates like TransactionTemplate and OrElseTemplate. 
 

Uses of MultiverseConstants in org.multiverse.api.commitlock
 

Classes in org.multiverse.api.commitlock that implement MultiverseConstants
 class PassAllCommitLockFilter
          A CommitLockFilter that says that all locks need locking.
 

Uses of MultiverseConstants in org.multiverse.stms
 

Classes in org.multiverse.stms that implement MultiverseConstants
 class AbstractTransaction<C extends AbstractTransactionConfiguration,S extends AbstractTransactionSnapshot>
          An abstract Transaction implementation that contains most of the plumbing logic.
 

Uses of MultiverseConstants in org.multiverse.templates
 

Classes in org.multiverse.templates that implement MultiverseConstants
 class TransactionBoilerplate
          TransactionBoilerplate contains the boilerplate logic to deal with transaction and needs to be used in combination with the TransactionalCallable.
 class TransactionTemplate<E>
          A Template that handles the boilerplate code for transactions.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.