org.apache.geronimo.connector.outbound.connectionmanagerconfig
Class XATransactions

java.lang.Object
  extended byorg.apache.geronimo.connector.outbound.connectionmanagerconfig.TransactionSupport
      extended byorg.apache.geronimo.connector.outbound.connectionmanagerconfig.XATransactions
All Implemented Interfaces:
Serializable

public class XATransactions
extends TransactionSupport

Version:
$Rev: 356022 $ $Date: 2005-12-11 21:58:34 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Constructor Summary
XATransactions(boolean useTransactionCaching, boolean useThreadCaching)
           
 
Method Summary
 ConnectionInterceptor addTransactionInterceptors(ConnectionInterceptor stack, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)
           
 ConnectionInterceptor addXAResourceInsertionInterceptor(ConnectionInterceptor stack, String name)
           
 boolean isUseThreadCaching()
           
 boolean isUseTransactionCaching()
           
 void setUseThreadCaching(boolean useThreadCaching)
           
 void setUseTransactionCaching(boolean useTransactionCaching)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XATransactions

public XATransactions(boolean useTransactionCaching,
                      boolean useThreadCaching)
Method Detail

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,
                                                               String name)
Specified by:
addXAResourceInsertionInterceptor in class TransactionSupport

addTransactionInterceptors

public ConnectionInterceptor addTransactionInterceptors(ConnectionInterceptor stack,
                                                        org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)
Specified by:
addTransactionInterceptors in class TransactionSupport


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.