com.sap.tc.logging.interfaces
Interface IReadLog
- All Superinterfaces:
- java.lang.Cloneable, IBaseLog, IObjectInfo
- All Known Implementing Classes:
- ReadLog
- public interface IReadLog
- extends IBaseLog
| 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 |
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