org.springframework.data.transaction
Class NaiveDoubleTransactionManager
java.lang.Object
org.springframework.data.transaction.NaiveDoubleTransactionManager
- All Implemented Interfaces:
- PlatformTransactionManager
public class NaiveDoubleTransactionManager
- extends Object
- implements PlatformTransactionManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NaiveDoubleTransactionManager
public NaiveDoubleTransactionManager(PlatformTransactionManager a,
PlatformTransactionManager b)
commit
public void commit(TransactionStatus ts)
throws TransactionException
- Specified by:
commit
in interface PlatformTransactionManager
- Throws:
TransactionException
getTransaction
public TransactionStatus getTransaction(TransactionDefinition td)
throws TransactionException
- Specified by:
getTransaction
in interface PlatformTransactionManager
- Throws:
TransactionException
rollback
public void rollback(TransactionStatus ts)
throws TransactionException
- Specified by:
rollback
in interface PlatformTransactionManager
- Throws:
TransactionException
Copyright © 2011. All Rights Reserved.