org.objectweb.jotm.impl.core.log
Class LogManagerImpl

java.lang.Object
  |
  +--org.objectweb.jotm.impl.core.log.LogManagerImpl
All Implemented Interfaces:
LogManager

public class LogManagerImpl
extends java.lang.Object
implements LogManager

This is the Log Manager. This implementation uses for each transaction single file.


Constructor Summary
LogManagerImpl()
           
 
Method Summary
 LogReader getLogReader()
           
 LogWriter getLogWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogManagerImpl

public LogManagerImpl()
Method Detail

getLogWriter

public LogWriter getLogWriter()
                       throws LogFailureException
Specified by:
getLogWriter in interface LogManager
LogFailureException

getLogReader

public LogReader getLogReader()
                       throws LogFailureException
Specified by:
getLogReader in interface LogManager
LogFailureException