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

Packages that use TxnLong
org.multiverse.api   
org.multiverse.api.references   
org.multiverse.stms.gamma.transactionalobjects   
 

Uses of TxnLong in org.multiverse.api
 

Methods in org.multiverse.api that return TxnLong
static TxnLong StmUtils.newTxnLong()
          Creates a committed TxnLong with 0 as initial value using the GlobalStmInstance.
static TxnLong StmUtils.newTxnLong(long value)
          Creates a committed TxnLong with the provided value using the GlobalStmInstance.
 

Uses of TxnLong in org.multiverse.api.references
 

Methods in org.multiverse.api.references that return TxnLong
 TxnLong TxnRefFactory.newTxnLong(long value)
          Creates a committed TxnLong.
 

Uses of TxnLong in org.multiverse.stms.gamma.transactionalobjects
 

Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnLong
 class GammaTxnLong
          A TxnLong for the GammaStm.
 



Copyright © 2012. All Rights Reserved.