org.glassfish.api.jdbc
Interface SQLTraceListener


public interface SQLTraceListener

This interface can be implemented to provide a mechanism to trace the SQL trace record objects. SQL trace record objects contain SQL statements executed by applications.

Author:
Shalini M

Method Summary
 void sqlTrace(SQLTraceRecord record)
          Notify listeners with SQL trace information.
 

Method Detail

sqlTrace

void sqlTrace(SQLTraceRecord record)
Notify listeners with SQL trace information.

Parameters:
record - SQLTraceRecord that has information related to the SQL operation


Copyright © 2012 GlassFish Community. All Rights Reserved.