org.jboss.cache.lock
Class IsolationLevel
java.lang.Object
org.jboss.cache.lock.IsolationLevel
public class IsolationLevel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
stringToIsolationLevel
public static IsolationLevel stringToIsolationLevel(java.lang.String level)
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.