public class LogReadFileHandler extends Object implements LogReadHandler
Constructor and Description |
---|
LogReadFileHandler()
constructor does nothing
|
Modifier and Type | Method and Description |
---|---|
String[][] |
logRecRead(Set fileNames,
LogQuery logQuery,
boolean sourceData)
LogReader calls this method method.
|
String[][] |
logRecRead(String fileName,
LogQuery logQuery,
boolean sourceData)
LogReader calls this method method.
|
public String[][] logRecRead(String fileName, LogQuery logQuery, boolean sourceData) throws IOException, NoSuchFieldException, IllegalArgumentException, RuntimeException, Exception
logRecRead
in interface LogReadHandler
fileName
- is complete filename with pathlogQuery
- 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.public String[][] logRecRead(Set fileNames, LogQuery logQuery, boolean sourceData) throws IOException, NoSuchFieldException, IllegalArgumentException, RuntimeException, Exception
logRecRead
in interface LogReadHandler
fileNames
- is a Set of filenames complete with pathlogQuery
- 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.