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

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

Uses of IsolationLevel in org.jboss.cache
 

Fields in org.jboss.cache declared as IsolationLevel
protected  IsolationLevel TreeCache.isolationLevel
           
 

Methods in org.jboss.cache that return IsolationLevel
 IsolationLevel TreeCache.getIsolationLevelClass()
           
 

Methods in org.jboss.cache with parameters of type IsolationLevel
 void TreeCache.setIsolationLevel(IsolationLevel level)
           
 

Uses of IsolationLevel in org.jboss.cache.lock
 

Fields in org.jboss.cache.lock declared as IsolationLevel
static IsolationLevel IsolationLevel.BELA
           
static IsolationLevel IsolationLevel.NONE
           
static IsolationLevel IsolationLevel.READ_COMMITTED
           
static IsolationLevel IsolationLevel.READ_UNCOMMITTED
           
static IsolationLevel IsolationLevel.REPEATABLE_READ
           
static IsolationLevel IsolationLevel.SERIALIZABLE
           
 

Methods in org.jboss.cache.lock that return IsolationLevel
static IsolationLevel IsolationLevel.stringToIsolationLevel(java.lang.String level)
           
 

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

Constructors in org.jboss.cache.lock with parameters of type IsolationLevel
IdentityLock(IsolationLevel level)
          For testing only
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.