Uses of Class
org.infinispan.util.concurrent.IsolationLevel

Packages that use IsolationLevel
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.util.concurrent   
 

Uses of IsolationLevel in org.infinispan.config
 

Methods in org.infinispan.config that return IsolationLevel
 IsolationLevel Configuration.getIsolationLevel()
           
 

Methods in org.infinispan.config with parameters of type IsolationLevel
 void Configuration.setIsolationLevel(IsolationLevel isolationLevel)
           
 

Uses of IsolationLevel in org.infinispan.util.concurrent
 

Methods in org.infinispan.util.concurrent that return IsolationLevel
static IsolationLevel IsolationLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IsolationLevel[] IsolationLevel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.