Uses of Interface
org.multiverse.api.Stm

Packages that use Stm
org.multiverse.api Contains the most important interfaces and classes for the Multiverse project. 
org.multiverse.stms Contains concrete STM implementations are abstract support structures. 
org.multiverse.templates Contains the templates like TransactionTemplate and OrElseTemplate. 
 

Uses of Stm in org.multiverse.api
 

Methods in org.multiverse.api that return Stm
static Stm GlobalStmInstance.getGlobalStmInstance()
          Gets the global Stm instance.
 Stm Transaction.getStm()
          Returns the Stm that started this Transaction.
 Stm TransactionFactory.getStm()
          Returns the Stm this TransactionFactory belongs to.
 Stm TransactionFactoryBuilder.getStm()
          Returns the Stm that created this TransactionFactoryBuilder.
 

Uses of Stm in org.multiverse.stms
 

Methods in org.multiverse.stms that return Stm
 Stm AbstractTransaction.getStm()
           
 

Uses of Stm in org.multiverse.templates
 

Constructors in org.multiverse.templates with parameters of type Stm
TransactionBoilerplate(Stm stm)
          Creates a new TransactionLogic using the provided STM.
TransactionTemplate(Stm stm)
          Creates a new TransactionTemplate using the provided STM.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.