Java EE 5 SDK

com.sun.appserv.management.config
Class TransactionSupportValues

java.lang.Object
  extended by com.sun.appserv.management.config.TransactionSupportValues

public final class TransactionSupportValues
extends Object

See Also:
ConnectorConnectionPoolConfigKeys.TRANSACTION_SUPPORT_KEY, ConnectorConnectionPoolConfig.setTransactionSupport(java.lang.String)

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.