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

java.lang.Object
  extended by org.apache.geronimo.connector.outbound.connectionmanagerconfig.TransactionSupport
      extended by org.apache.geronimo.connector.outbound.connectionmanagerconfig.NoTransactions
All Implemented Interfaces:
Serializable

public class NoTransactions
extends TransactionSupport

See Also:
Serialized Form

Field Summary
static TransactionSupport INSTANCE
           
 
Method Summary
 ConnectionInterceptor addTransactionInterceptors(ConnectionInterceptor stack, TransactionManager transactionManager)
           
 ConnectionInterceptor addXAResourceInsertionInterceptor(ConnectionInterceptor stack, String name)
           
 boolean isRecoverable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TransactionSupport INSTANCE
Method Detail

addXAResourceInsertionInterceptor

public ConnectionInterceptor addXAResourceInsertionInterceptor(ConnectionInterceptor stack,
                                                               String name)
Specified by:
addXAResourceInsertionInterceptor in class TransactionSupport

addTransactionInterceptors

public ConnectionInterceptor addTransactionInterceptors(ConnectionInterceptor stack,
                                                        TransactionManager transactionManager)
Specified by:
addTransactionInterceptors in class TransactionSupport

isRecoverable

public boolean isRecoverable()
Specified by:
isRecoverable in class TransactionSupport


Copyright © 2012 Apache Software Foundation. All Rights Reserved.