com.sap.tc.logging.reader
Class ReadLog

java.lang.Object
  |
  +--com.sap.tc.logging.ExceptionHandling
        |
        +--com.sap.tc.logging.BaseLog
              |
              +--com.sap.tc.logging.reader.ReadLog
All Implemented Interfaces:
java.lang.Cloneable, IBaseLog, IObjectInfo, IReadLog
Direct Known Subclasses:
ReadFileSetLog

public abstract class ReadLog
extends BaseLog
implements IReadLog


Fields inherited from class com.sap.tc.logging.BaseLog
STATUS_CLOSED, STATUS_INVALID, STATUS_OPENED
 
Constructor Summary
ReadLog()
           
 
Method Summary
 long getBookMark()
           
 ILoggingResultSet readNext()
           
 ILoggingResultSet readPrevious()
           
 void setBookMark(long value)
           
 
Methods inherited from class com.sap.tc.logging.BaseLog
addFilter, close, getDescription, getEncoding, getFilter, getFilters, getFooter, getFormatter, getHeader, getMode, getName, getPattern, getSource, getVerInUse, isClosed, isOpened, open, removeFilter, removeFilters, setDescription, setEncoding, setFormatter, setMode, setName, setPattern, setSource, status
 
Methods inherited from class com.sap.tc.logging.ExceptionHandling
getException, getExceptions, handleException, handleException, resetException, throwException
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sap.tc.logging.interfaces.IReadLog
find, getMode, isBOF, isEOF, moveToBOF, moveToEOF, readNext, readPrevious, search, seek, setMode
 
Methods inherited from interface com.sap.tc.logging.interfaces.IBaseLog
addFilter, close, getEncoding, getFilter, getFilters, getFooter, getFormatter, getHeader, getPattern, getSource, isClosed, isOpened, open, removeFilter, removeFilters, setEncoding, setFormatter, setPattern, setSource, status
 
Methods inherited from interface com.sap.tc.logging.interfaces.IObjectInfo
getDescription, getName, getVerInUse
 

Constructor Detail

ReadLog

public ReadLog()
Method Detail

readNext

public ILoggingResultSet readNext()
                           throws DataException
Specified by:
readNext in interface IReadLog
See Also:
IReadLog.readNext()

readPrevious

public ILoggingResultSet readPrevious()
                               throws DataException
Specified by:
readPrevious in interface IReadLog
See Also:
IReadLog.readPrevious()

setBookMark

public void setBookMark(long value)
                 throws DataException
Specified by:
setBookMark in interface IReadLog

getBookMark

public long getBookMark()
                 throws DataException
Specified by:
getBookMark in interface IReadLog