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

IsolationLevel (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


org.jboss.cache.lock
Class IsolationLevel

java.lang.Object
  extended byorg.jboss.cache.lock.IsolationLevel

public class IsolationLevel
extends Object


Field Summary
static IsolationLevel NONE
           
static IsolationLevel READ_COMMITTED
           
static IsolationLevel READ_UNCOMMITTED
           
static IsolationLevel REPEATABLE_READ
           
static IsolationLevel SERIALIZABLE
           
 
Method Summary
static IsolationLevel stringToIsolationLevel(String level)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final IsolationLevel NONE

SERIALIZABLE

public static final IsolationLevel SERIALIZABLE

REPEATABLE_READ

public static final IsolationLevel REPEATABLE_READ

READ_COMMITTED

public static final IsolationLevel READ_COMMITTED

READ_UNCOMMITTED

public static final IsolationLevel READ_UNCOMMITTED
Method Detail

toString

public String toString()

stringToIsolationLevel

public static IsolationLevel stringToIsolationLevel(String level)


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