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

java.lang.Object
  extended byorg.apache.geronimo.connector.outbound.connectionmanagerconfig.TransactionSupport
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LocalTransactions, NoTransactions, TransactionLog, XATransactions

public abstract class TransactionSupport
extends Object
implements Serializable

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

Constructor Summary
TransactionSupport()
           
 
Method Summary
abstract  ConnectionInterceptor addTransactionInterceptors(ConnectionInterceptor stack, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)
           
abstract  ConnectionInterceptor addXAResourceInsertionInterceptor(ConnectionInterceptor stack, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionSupport

public TransactionSupport()
Method Detail

addXAResourceInsertionInterceptor

public abstract ConnectionInterceptor addXAResourceInsertionInterceptor(ConnectionInterceptor stack,
                                                                        String name)

addTransactionInterceptors

public abstract ConnectionInterceptor addTransactionInterceptors(ConnectionInterceptor stack,
                                                                 org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)


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