org.apache.felix.transaction.internal
Class TransactionManagerService.SpringTransactionManagerCreator
java.lang.Object
org.apache.felix.transaction.internal.TransactionManagerService.SpringTransactionManagerCreator
- Enclosing class:
- TransactionManagerService
public static class TransactionManagerService.SpringTransactionManagerCreator
- extends Object
We use an inner static class to decouple this class from the spring-tx classes
in order to not have NoClassDefFoundError if those are not present.
Method Summary |
org.apache.geronimo.transaction.manager.GeronimoTransactionManager |
create(int defaultTransactionTimeoutSeconds,
org.apache.geronimo.transaction.manager.XidFactory xidFactory,
org.apache.geronimo.transaction.manager.TransactionLog transactionLog)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionManagerService.SpringTransactionManagerCreator
public TransactionManagerService.SpringTransactionManagerCreator()
create
public org.apache.geronimo.transaction.manager.GeronimoTransactionManager create(int defaultTransactionTimeoutSeconds,
org.apache.geronimo.transaction.manager.XidFactory xidFactory,
org.apache.geronimo.transaction.manager.TransactionLog transactionLog)
throws javax.transaction.xa.XAException
- Throws:
javax.transaction.xa.XAException
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.