org.objectweb.jotm.core.transaction
Interface TransactionManager

All Known Implementing Classes:
TransactionManagerImpl

public interface TransactionManager

Transaction Manager is the entity that manages transactions. TBD: Need to be more worked out - relation to LogWriter, late bindings to JOTM components, etc.


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)
           
 

Method Detail

getTransaction

public BasicTransaction getTransaction()

getTransaction

public BasicTransaction getTransaction(java.lang.String txName)

getLogWriter

public LogWriter getLogWriter()
Comparing to LogManager.getWriter, this method doesn't throw any exception.


getLogReader

public LogReader getLogReader()