public enum IsolationLevelEvents extends Enum<IsolationLevelEvents>
| Enum Constant and Description |
|---|
FIRE_COMMITTED |
FIRE_UNCOMMITTED |
SERIALIZABLE |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
check(ObjectTransaction objectTransaction) |
String |
getName() |
static IsolationLevelEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsolationLevelEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsolationLevelEvents FIRE_UNCOMMITTED
public static final IsolationLevelEvents FIRE_COMMITTED
public static final IsolationLevelEvents SERIALIZABLE
public static IsolationLevelEvents[] values()
for (IsolationLevelEvents c : IsolationLevelEvents.values()) System.out.println(c);
public static IsolationLevelEvents valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public abstract boolean check(ObjectTransaction objectTransaction)
Copyright © 2015 Uqbar Project. All rights reserved.