org.jboss.cache.lock
Class IsolationLevel
java.lang.Object
org.jboss.cache.lock.IsolationLevel
- public class IsolationLevel
- extends Object
- Version:
- $Id: IsolationLevel.java,v 1.2.6.2 2005/04/05 04:23:19 starksm Exp $
- Author:
- Bela Ban Nov 25, 2003
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
BELA
public static final IsolationLevel BELA
toString
public String toString()
stringToIsolationLevel
public static IsolationLevel stringToIsolationLevel(String level)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.