站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

Uses of Class org.jboss.cache.lock.IsolationLevel (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


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.NONE
           
static IsolationLevel IsolationLevel.SERIALIZABLE
           
static IsolationLevel IsolationLevel.REPEATABLE_READ
           
static IsolationLevel IsolationLevel.READ_COMMITTED
           
static IsolationLevel IsolationLevel.READ_UNCOMMITTED
           
 

Methods in org.jboss.cache.lock that return IsolationLevel
static IsolationLevel IsolationLevel.stringToIsolationLevel(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)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.