Package fish.payara.jdbc
Class RequestTracingListener
- java.lang.Object
-
- fish.payara.jdbc.RequestTracingListener
-
- All Implemented Interfaces:
SQLTraceListener
public class RequestTracingListener extends Object implements SQLTraceListener
A SQLTraceListener for the Request Tracing service.- Author:
- Andrew Pielage
-
-
Constructor Summary
Constructors Constructor Description RequestTracingListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsqlTrace(SQLTraceRecord record)Notify listeners with SQL trace information.
-
-
-
Method Detail
-
sqlTrace
public void sqlTrace(SQLTraceRecord record)
Description copied from interface:SQLTraceListenerNotify listeners with SQL trace information.- Specified by:
sqlTracein interfaceSQLTraceListener- Parameters:
record- SQLTraceRecord that has information related to the SQL operation
-
-