Uses of Interface
org.multiverse.api.TxnObject

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

Uses of TxnObject in org.multiverse.api.references
 

Subinterfaces of TxnObject in org.multiverse.api.references
 interface TxnBoolean
          A Transactional Reference comparable to the Clojure Ref.
 interface TxnDouble
          A Transactional Reference comparable to the Clojure Ref.
 interface TxnInteger
          A Transactional Reference comparable to the Clojure Ref.
 interface TxnLong
          A Transactional Reference comparable to the Clojure Ref.
 interface TxnRef<E>
          A Transactional Reference comparable to the Clojure Ref.
 

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

Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnObject
 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.
 



Copyright © 2012. All Rights Reserved.