Uses of Class
org.multiverse.stms.gamma.transactionalobjects.BaseGammaTxnRef

Packages that use BaseGammaTxnRef
org.multiverse.stms.gamma   
org.multiverse.stms.gamma.transactionalobjects   
org.multiverse.stms.gamma.transactions   
org.multiverse.stms.gamma.transactions.fat   
org.multiverse.stms.gamma.transactions.lean   
 

Uses of BaseGammaTxnRef in org.multiverse.stms.gamma
 

Methods in org.multiverse.stms.gamma with parameters of type BaseGammaTxnRef
 Tranlocal GammaObjectPool.take(BaseGammaTxnRef owner)
          Takes a Tranlocal from the pool for the specified GammaTxnRef.
 

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

Subclasses of BaseGammaTxnRef in org.multiverse.stms.gamma.transactionalobjects
 class GammaTxnBoolean
          A TxnBoolean for the GammaStm.
 class GammaTxnDouble
           
 class GammaTxnInteger
           
 class GammaTxnLong
          A TxnLong for the GammaStm.
 class GammaTxnRef<E>
          A TxnRef tailored for the GammaStm.
 

Fields in org.multiverse.stms.gamma.transactionalobjects declared as BaseGammaTxnRef
 BaseGammaTxnRef Tranlocal.owner
           
 

Uses of BaseGammaTxnRef in org.multiverse.stms.gamma.transactions
 

Methods in org.multiverse.stms.gamma.transactions with parameters of type BaseGammaTxnRef
 SpeculativeConfigurationError GammaTxn.abortCommuteOnCommuteDetected(BaseGammaTxnRef ref)
           
 IllegalTxnStateException GammaTxn.abortEnsureOnBadStatus(BaseGammaTxnRef o)
           
 SpeculativeConfigurationError GammaTxn.abortOpenForConstructionRequired(BaseGammaTxnRef ref)
           
 SpeculativeConfigurationError GammaTxn.abortOpenForReadOnNonRefTypeDetected(BaseGammaTxnRef ref)
           
 IllegalTxnStateException GammaTxn.abortOpenForReadOnNullLockMode(BaseGammaTxnRef object)
           
 SpeculativeConfigurationError GammaTxn.abortOpenForReadOrWriteOnExplicitLockingDetected(BaseGammaTxnRef ref)
           
abstract  Tranlocal GammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
          Gets the Tranlocal for a specific AbstractGammaTxnRef.
abstract  Tranlocal GammaTxn.locate(BaseGammaTxnRef o)
           
 

Uses of BaseGammaTxnRef in org.multiverse.stms.gamma.transactions.fat
 

Methods in org.multiverse.stms.gamma.transactions.fat with parameters of type BaseGammaTxnRef
 Tranlocal FatVariableLengthGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 Tranlocal FatMonoGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 Tranlocal FatFixedLengthGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 int FatVariableLengthGammaTxn.indexOf(BaseGammaTxnRef ref, int hash)
           
 Tranlocal FatVariableLengthGammaTxn.locate(BaseGammaTxnRef o)
           
 Tranlocal FatMonoGammaTxn.locate(BaseGammaTxnRef o)
           
 Tranlocal FatFixedLengthGammaTxn.locate(BaseGammaTxnRef o)
           
 

Uses of BaseGammaTxnRef in org.multiverse.stms.gamma.transactions.lean
 

Methods in org.multiverse.stms.gamma.transactions.lean with parameters of type BaseGammaTxnRef
 Tranlocal LeanMonoGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 Tranlocal LeanFixedLengthGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 Tranlocal LeanMonoGammaTxn.locate(BaseGammaTxnRef o)
           
 Tranlocal LeanFixedLengthGammaTxn.locate(BaseGammaTxnRef o)
           
 



Copyright © 2012. All Rights Reserved.