org.glassfish.admin.amx.intf.config
Class IsolationValues

java.lang.Object
  extended by org.glassfish.admin.amx.intf.config.IsolationValues

public final class IsolationValues
extends Object

Values which are legal to pass for 'isolation'

See JDBCConnectionPoolConfig#setTransactionIsolationLevel and ResourcesConfig#createJDBCConnectionPoolConfig.

See Also:
JDBCConnectionPoolConfigKeys#TRANSACTION_ISOLATION_LEVEL_KEY

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

Field Detail

READ_UNCOMMITTED

public static final String READ_UNCOMMITTED
See Also:
Constant Field Values

READ_COMMITTED

public static final String READ_COMMITTED
See Also:
Constant Field Values

REPEATABLE_READ

public static final String REPEATABLE_READ
See Also:
Constant Field Values

SERIALIZABLE

public static final String SERIALIZABLE
See Also:
Constant Field Values


Copyright © 2012 GlassFish Community. All Rights Reserved.