Uses of Interface
org.multiverse.api.references.TxnRefFactory

Packages that use TxnRefFactory
org.multiverse.api   
org.multiverse.api.references   
org.multiverse.collections   
org.multiverse.stms.gamma   
 

Uses of TxnRefFactory in org.multiverse.api
 

Methods in org.multiverse.api that return TxnRefFactory
 TxnRefFactory Stm.getDefaultRefFactory()
          Returns the default TxnRefFactory that can be used for easy and cheap access to a reference factory instead of setting one up through the TxnRefFactoryBuilder.
 

Uses of TxnRefFactory in org.multiverse.api.references
 

Methods in org.multiverse.api.references that return TxnRefFactory
 TxnRefFactory TxnRefFactoryBuilder.build()
          Builds a TxnRefFactory.
 

Uses of TxnRefFactory in org.multiverse.collections
 

Fields in org.multiverse.collections declared as TxnRefFactory
protected  TxnRefFactory AbstractTxnMap.defaultRefFactory
           
protected  TxnRefFactory AbstractTxnCollection.defaultRefFactory
           
 

Uses of TxnRefFactory in org.multiverse.stms.gamma
 

Subinterfaces of TxnRefFactory in org.multiverse.stms.gamma
 interface GammaTxnRefFactory
          A TxnRefFactory tailored for the GammaStm.
 



Copyright © 2012. All Rights Reserved.