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

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

Uses of TxnInteger in org.multiverse.api
 

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

Uses of TxnInteger in org.multiverse.api.references
 

Methods in org.multiverse.api.references that return TxnInteger
 TxnInteger TxnRefFactory.newTxnInteger(int value)
          Creates a committed TxnInteger.
 

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

Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnInteger
 class GammaTxnInteger
           
 



Copyright © 2012. All Rights Reserved.