Class AbstractWebStatImpl.WebStatFilterContextListener
- java.lang.Object
-
- com.alibaba.druid.filter.stat.StatFilterContextListenerAdapter
-
- com.alibaba.druid.support.jakarta.AbstractWebStatImpl.WebStatFilterContextListener
-
- All Implemented Interfaces:
StatFilterContextListener
- Enclosing class:
- AbstractWebStatImpl
public static class AbstractWebStatImpl.WebStatFilterContextListener extends StatFilterContextListenerAdapter
-
-
Constructor Summary
Constructors Constructor Description WebStatFilterContextListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFetchRowCount(int fetchRowCount)voidaddUpdateCount(int updateCount)voidcommit()voidexecuteAfter(String sql, long nanos, Throwable error)voidexecuteBefore(String sql, boolean inTransaction)voidpool_close(long nanos)voidpool_connect()voidresultSet_close(long nanos)voidresultSet_open()voidrollback()-
Methods inherited from class com.alibaba.druid.filter.stat.StatFilterContextListenerAdapter
blob_open, clob_open, physical_connection_close, physical_connection_connect
-
-
-
-
Method Detail
-
addUpdateCount
public void addUpdateCount(int updateCount)
- Specified by:
addUpdateCountin interfaceStatFilterContextListener- Overrides:
addUpdateCountin classStatFilterContextListenerAdapter
-
addFetchRowCount
public void addFetchRowCount(int fetchRowCount)
- Specified by:
addFetchRowCountin interfaceStatFilterContextListener- Overrides:
addFetchRowCountin classStatFilterContextListenerAdapter
-
executeBefore
public void executeBefore(String sql, boolean inTransaction)
- Specified by:
executeBeforein interfaceStatFilterContextListener- Overrides:
executeBeforein classStatFilterContextListenerAdapter
-
executeAfter
public void executeAfter(String sql, long nanos, Throwable error)
- Specified by:
executeAfterin interfaceStatFilterContextListener- Overrides:
executeAfterin classStatFilterContextListenerAdapter
-
commit
public void commit()
- Specified by:
commitin interfaceStatFilterContextListener- Overrides:
commitin classStatFilterContextListenerAdapter
-
rollback
public void rollback()
- Specified by:
rollbackin interfaceStatFilterContextListener- Overrides:
rollbackin classStatFilterContextListenerAdapter
-
pool_connect
public void pool_connect()
- Specified by:
pool_connectin interfaceStatFilterContextListener- Overrides:
pool_connectin classStatFilterContextListenerAdapter
-
pool_close
public void pool_close(long nanos)
- Specified by:
pool_closein interfaceStatFilterContextListener- Overrides:
pool_closein classStatFilterContextListenerAdapter
-
resultSet_open
public void resultSet_open()
- Specified by:
resultSet_openin interfaceStatFilterContextListener- Overrides:
resultSet_openin classStatFilterContextListenerAdapter
-
resultSet_close
public void resultSet_close(long nanos)
- Specified by:
resultSet_closein interfaceStatFilterContextListener- Overrides:
resultSet_closein classStatFilterContextListenerAdapter
-
-