|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.objectweb.jotm.impl.core.transaction.TransactionManagerImpl
A basic implementation of the transaction manager. It supports
TwoPhaseCommitTransaction.
| Constructor Summary | |
TransactionManagerImpl()
|
|
| Method Summary | |
LogReader |
getLogReader()
|
LogWriter |
getLogWriter()
Comparing to LogManager.getWriter, this method doesn't throw any exception. |
BasicTransaction |
getTransaction()
|
BasicTransaction |
getTransaction(java.lang.String txName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TransactionManagerImpl()
| Method Detail |
public BasicTransaction getTransaction()
getTransaction in interface TransactionManagerpublic BasicTransaction getTransaction(java.lang.String txName)
getTransaction in interface TransactionManagerpublic LogWriter getLogWriter()
TransactionManager
getLogWriter in interface TransactionManagerpublic LogReader getLogReader()
getLogReader in interface TransactionManager
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||