Uses of Class
org.jboss.cache.lock.IsolationLevel

Packages that use IsolationLevel
org.jboss.cache.config   
org.jboss.cache.lock   
 

Uses of IsolationLevel in org.jboss.cache.config
 

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

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

Uses of IsolationLevel in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock 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.
 

Methods in org.jboss.cache.lock with parameters of type IsolationLevel
 LockStrategy LockStrategyFactory.getLockStrategy(IsolationLevel lockingLevel)
           
 void LockStrategyFactory.setIsolationLevel(IsolationLevel level)
           
 



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