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

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

public final class TransactionSupportValues
extends Object

See Also:
ConnectorConnectionPoolConfigKeys#TRANSACTION_SUPPORT_KEY, ConnectorConnectionPoolConfig#setTransactionSupport

Field Summary
static String LOCAL
           
static String NONE
           
static String XA
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XA

public static final String XA
See Also:
Constant Field Values

LOCAL

public static final String LOCAL
See Also:
Constant Field Values

NONE

public static final String NONE
See Also:
Constant Field Values


Copyright © 2012 GlassFish Community. All Rights Reserved.