com.sap.tc.logging.interfaces
Interface IReadLog

All Superinterfaces:
java.lang.Cloneable, IBaseLog, IObjectInfo
All Known Implementing Classes:
ReadLog

public interface IReadLog
extends IBaseLog


Method Summary
 long find(java.lang.String condition)
           
 long getBookMark()
           
 int getMode()
          Get current working mode
 boolean isBOF()
           
 boolean isEOF()
           
 void moveToBOF()
           
 void moveToEOF()
           
 ILoggingResultSet readNext()
           
 ILoggingResultSet readNext(int numberOfRecords)
           
 ILoggingResultSet readPrevious()
           
 ILoggingResultSet readPrevious(int numberOfRecords)
           
 ILoggingResultSet search(java.lang.String condition)
           
 void seek(long filePointer)
           
 void setBookMark(long value)
           
 void setMode(int mode)
          Set current working mode.
 
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
 

Method Detail

moveToEOF

public void moveToEOF()
               throws DataException

moveToBOF

public void moveToBOF()
               throws DataException

readNext

public ILoggingResultSet readNext()
                           throws DataException

readNext

public ILoggingResultSet readNext(int numberOfRecords)
                           throws DataException

readPrevious

public ILoggingResultSet readPrevious()
                               throws DataException

readPrevious

public ILoggingResultSet readPrevious(int numberOfRecords)
                               throws DataException

isBOF

public boolean isBOF()
              throws DataException

isEOF

public boolean isEOF()
              throws DataException

seek

public void seek(long filePointer)
          throws DataException

search

public ILoggingResultSet search(java.lang.String condition)
                         throws DataException

find

public long find(java.lang.String condition)
          throws DataException

getMode

public int getMode()
Description copied from interface: IBaseLog
Get current working mode
Specified by:
getMode in interface IBaseLog

setMode

public void setMode(int mode)
Description copied from interface: IBaseLog
Set current working mode.
Specified by:
setMode in interface IBaseLog

getBookMark

public long getBookMark()
                 throws DataException

setBookMark

public void setBookMark(long value)
                 throws DataException