@UESComponent public interface UESQueryMonitor
Modifier and Type | Method and Description |
---|---|
int |
getTimeout()
Returns the timeout in seconds of the processing of any UES query.
|
void |
logError(UESQuery query,
Log an error when processing an UES query.
|
void |
logProcessed(UESQuery query,
Log an successfully processed UES query.
|
void |
logTimeout(UESQuery query,
Log a time out occured when processing an UES query.
|
query
- query to be loggedduration
- duration of the execution [in milliseconds]customInfo
- additional information for given functionality log
(duration [ms] of the second SQL for obtaining the result total
size is recommended).query
- query to be loggedduration
- duration of the execution until the timeout occurred [in
milliseconds]customInfo
- additional information for given functionality log
(duration [ms] of the second SQL for obtaining the result total
size is recommended).query
- query to be loggedduration
- duration of the execution until the error occurred [in
milliseconds]errorMessage
- additional information - short error message is
recommended