com.alibaba.druid.filter.stat
类 StatFilterContextListenerAdapter

java.lang.Object
  继承者 com.alibaba.druid.filter.stat.StatFilterContextListenerAdapter
所有已实现的接口:
StatFilterContextListener
直接已知子类:
AbstractWebStatImpl.WebStatFilterContextListener

public class StatFilterContextListenerAdapter
extends Object
implements StatFilterContextListener


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

构造方法详细信息

StatFilterContextListenerAdapter

public StatFilterContextListenerAdapter()
方法详细信息

addUpdateCount

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

addFetchRowCount

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

executeBefore

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

executeAfter

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

commit

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

rollback

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

pool_connect

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

pool_close

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

physical_connection_connect

public void physical_connection_connect()
指定者:
接口 StatFilterContextListener 中的 physical_connection_connect

physical_connection_close

public void physical_connection_close(long nanos)
指定者:
接口 StatFilterContextListener 中的 physical_connection_close

resultSet_open

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

resultSet_close

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

clob_open

public void clob_open()
指定者:
接口 StatFilterContextListener 中的 clob_open

blob_open

public void blob_open()
指定者:
接口 StatFilterContextListener 中的 blob_open


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.