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 (src) NONE
SERIALIZABLE
public static final IsolationLevel (src) SERIALIZABLE
REPEATABLE_READ
public static final IsolationLevel (src) REPEATABLE_READ
READ_COMMITTED
public static final IsolationLevel (src) READ_COMMITTED
READ_UNCOMMITTED
public static final IsolationLevel (src) READ_UNCOMMITTED
BELA
public static final IsolationLevel (src) BELA
toString
public java.lang.String toString()
stringToIsolationLevel
public static IsolationLevel (src) stringToIsolationLevel(java.lang.String level)