org.apache.geronimo.connector.outbound.connectionmanagerconfig
Class XATransactions
java.lang.Object
org.apache.geronimo.connector.outbound.connectionmanagerconfig.TransactionSupport
org.apache.geronimo.connector.outbound.connectionmanagerconfig.XATransactions
- All Implemented Interfaces:
- java.io.Serializable
public class XATransactions
- extends TransactionSupport
- Version:
- $Rev: 514956 $ $Date: 2007-03-06 10:07:17 +0800 (Tue, 06 Mar 2007) $
- See Also:
- Serialized Form
|
Constructor Summary |
XATransactions(boolean useTransactionCaching,
boolean useThreadCaching)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XATransactions
public XATransactions(boolean useTransactionCaching,
boolean useThreadCaching)
isUseTransactionCaching
public boolean isUseTransactionCaching()
setUseTransactionCaching
public void setUseTransactionCaching(boolean useTransactionCaching)
isUseThreadCaching
public boolean isUseThreadCaching()
setUseThreadCaching
public void setUseThreadCaching(boolean useThreadCaching)
addXAResourceInsertionInterceptor
public ConnectionInterceptor addXAResourceInsertionInterceptor(ConnectionInterceptor stack,
java.lang.String name)
- Specified by:
addXAResourceInsertionInterceptor in class TransactionSupport
addTransactionInterceptors
public ConnectionInterceptor addTransactionInterceptors(ConnectionInterceptor stack,
javax.transaction.TransactionManager transactionManager)
- Specified by:
addTransactionInterceptors in class TransactionSupport
isRecoverable
public boolean isRecoverable()
- Specified by:
isRecoverable in class TransactionSupport
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.