public interface LogReadHandler
Modifier and Type | Method and Description |
---|---|
String[][] |
logRecRead(Set fileNames,
LogQuery qry,
boolean sourceData)
LogReader calls this method method.
|
String[][] |
logRecRead(String fileName,
LogQuery qry,
boolean sourceData)
LogReader calls this method method.
|
String[][] logRecRead(String fileName, LogQuery qry, boolean sourceData) throws IOException, NoSuchFieldException, IllegalArgumentException, RuntimeException, Exception
fileName
- is complete filename with pathqry
- is user specified qury chriteria with sorting requirementsourceData
- it specifies whether return data should be original
data received by logger (source) or formatted data as in file.IOException
- if it fails to read log records.NoSuchFieldException
- if it fails to retrieve the name of field.IllegalArgumentException
- if query has wrong value.RuntimeException
- if it fails to retrieve log record.Exception
- if it fails any of operation.String[][] logRecRead(Set fileNames, LogQuery qry, boolean sourceData) throws IOException, NoSuchFieldException, IllegalArgumentException, RuntimeException, Exception
fileNames
- is a Set of filenames complete with pathqry
- is user specified qury chriteria with sorting requirementsourceData
- it specifies whether return data should be original
data received by logger (source) or formatted data as in file.IOException
- if it fails to read log records.NoSuchFieldException
- if it fails to retrieve the name of field.IllegalArgumentException
- if query has wrong value.RuntimeException
- if it fails to retrieve log record.Exception
- if it fails any of operation.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.