Uses of Class
org.multiverse.api.PropagationLevel

Packages that use PropagationLevel
org.multiverse.api   
org.multiverse.stms.gamma   
org.multiverse.stms.gamma.transactions   
 

Uses of PropagationLevel in org.multiverse.api
 

Methods in org.multiverse.api that return PropagationLevel
 PropagationLevel TxnConfig.getPropagationLevel()
          Returns the PropagationLevel used.
static PropagationLevel PropagationLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropagationLevel[] PropagationLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.multiverse.api with parameters of type PropagationLevel
 TxnFactoryBuilder TxnFactoryBuilder.setPropagationLevel(PropagationLevel propagationLevel)
          Sets the PropagationLevel used.
 

Uses of PropagationLevel in org.multiverse.stms.gamma
 

Fields in org.multiverse.stms.gamma declared as PropagationLevel
 PropagationLevel GammaStmConfig.propagationLevel
          The default propagation level for all transactions executed by the Stm.
 

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

Fields in org.multiverse.stms.gamma.transactions declared as PropagationLevel
 PropagationLevel GammaTxnConfig.propagationLevel
           
 

Methods in org.multiverse.stms.gamma.transactions that return PropagationLevel
 PropagationLevel GammaTxnConfig.getPropagationLevel()
           
 

Methods in org.multiverse.stms.gamma.transactions with parameters of type PropagationLevel
 GammaTxnFactoryBuilder GammaTxnFactoryBuilder.setPropagationLevel(PropagationLevel propagationLevel)
           
 GammaTxnConfig GammaTxnConfig.setPropagationLevel(PropagationLevel propagationLevel)
           
 



Copyright © 2012. All Rights Reserved.