com.alibaba.druid.stat
接口 JdbcStatManagerMBean

所有已知实现类:
JdbcStatManager

public interface JdbcStatManagerMBean


方法摘要
 TabularData getConnectionList()
           
 TabularData getDataSourceList()
           
 long getResetCount()
           
 TabularData getSqlList()
           
 void reset()
           
 

方法详细信息

getDataSourceList

TabularData getDataSourceList()
                              throws JMException
抛出:
JMException

getSqlList

TabularData getSqlList()
                       throws JMException
抛出:
JMException

getConnectionList

TabularData getConnectionList()
                              throws JMException
抛出:
JMException

reset

void reset()

getResetCount

long getResetCount()


Copyright © 2013 Alibaba Group. All Rights Reserved.