Uses of Interface
org.objectweb.jotm.core.log.LogReader

Packages that use LogReader
org.objectweb.jotm.core.log Specifies JOTM 2 log management API 
org.objectweb.jotm.core.transaction Specifies JOTM 2 transaction management API 
org.objectweb.jotm.impl.core.log Provides some implementations of the org.objectweb.jotm.core.log interfaces 
org.objectweb.jotm.impl.core.transaction Provides some implementations of the org.objectweb.jotm.core.transaction interfaces 
 

Uses of LogReader in org.objectweb.jotm.core.log
 

Methods in org.objectweb.jotm.core.log that return LogReader
 LogReader LogManager.getLogReader()
           
 

Uses of LogReader in org.objectweb.jotm.core.transaction
 

Methods in org.objectweb.jotm.core.transaction that return LogReader
 LogReader TransactionManager.getLogReader()
           
 

Uses of LogReader in org.objectweb.jotm.impl.core.log
 

Methods in org.objectweb.jotm.impl.core.log that return LogReader
 LogReader LogManagerImpl.getLogReader()
           
 

Uses of LogReader in org.objectweb.jotm.impl.core.transaction
 

Methods in org.objectweb.jotm.impl.core.transaction that return LogReader
 LogReader TransactionManagerImpl.getLogReader()