com.alibaba.druid.support.http
类 AbstractWebStatImpl.WebStatFilterContextListener

java.lang.Object
  继承者 com.alibaba.druid.filter.stat.StatFilterContextListenerAdapter
      继承者 com.alibaba.druid.support.http.AbstractWebStatImpl.WebStatFilterContextListener
所有已实现的接口:
StatFilterContextListener
包容类:
AbstractWebStatImpl

public class AbstractWebStatImpl.WebStatFilterContextListener
extends StatFilterContextListenerAdapter


构造方法摘要
AbstractWebStatImpl.WebStatFilterContextListener()
           
 
方法摘要
 void addFetchRowCount(int fetchRowCount)
           
 void addUpdateCount(int updateCount)
           
 void commit()
           
 void executeAfter(String sql, long nanos, Throwable error)
           
 void executeBefore(String sql, boolean inTransaction)
           
 void pool_close(long nanos)
           
 void pool_connect()
           
 void resultSet_close(long nanos)
           
 void resultSet_open()
           
 void rollback()
           
 
从类 com.alibaba.druid.filter.stat.StatFilterContextListenerAdapter 继承的方法
blob_open, clob_open, physical_connection_close, physical_connection_connect
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AbstractWebStatImpl.WebStatFilterContextListener

public AbstractWebStatImpl.WebStatFilterContextListener()
方法详细信息

addUpdateCount

public void addUpdateCount(int updateCount)
指定者:
接口 StatFilterContextListener 中的 addUpdateCount
覆盖:
StatFilterContextListenerAdapter 中的 addUpdateCount

addFetchRowCount

public void addFetchRowCount(int fetchRowCount)
指定者:
接口 StatFilterContextListener 中的 addFetchRowCount
覆盖:
StatFilterContextListenerAdapter 中的 addFetchRowCount

executeBefore

public void executeBefore(String sql,
                          boolean inTransaction)
指定者:
接口 StatFilterContextListener 中的 executeBefore
覆盖:
StatFilterContextListenerAdapter 中的 executeBefore

executeAfter

public void executeAfter(String sql,
                         long nanos,
                         Throwable error)
指定者:
接口 StatFilterContextListener 中的 executeAfter
覆盖:
StatFilterContextListenerAdapter 中的 executeAfter

commit

public void commit()
指定者:
接口 StatFilterContextListener 中的 commit
覆盖:
StatFilterContextListenerAdapter 中的 commit

rollback

public void rollback()
指定者:
接口 StatFilterContextListener 中的 rollback
覆盖:
StatFilterContextListenerAdapter 中的 rollback

pool_connect

public void pool_connect()
指定者:
接口 StatFilterContextListener 中的 pool_connect
覆盖:
StatFilterContextListenerAdapter 中的 pool_connect

pool_close

public void pool_close(long nanos)
指定者:
接口 StatFilterContextListener 中的 pool_close
覆盖:
StatFilterContextListenerAdapter 中的 pool_close

resultSet_open

public void resultSet_open()
指定者:
接口 StatFilterContextListener 中的 resultSet_open
覆盖:
StatFilterContextListenerAdapter 中的 resultSet_open

resultSet_close

public void resultSet_close(long nanos)
指定者:
接口 StatFilterContextListener 中的 resultSet_close
覆盖:
StatFilterContextListenerAdapter 中的 resultSet_close


Copyright © 2013 Alibaba Group. All Rights Reserved.