com.alibaba.druid.stat
Interface JdbcStatManagerMBean

All Known Implementing Classes:
JdbcStatManager

public interface JdbcStatManagerMBean


Method Summary
 TabularData getConnectionList()
           
 TabularData getDataSourceList()
           
 long getResetCount()
           
 TabularData getSqlList()
           
 void reset()
           
 

Method Detail

getDataSourceList

TabularData getDataSourceList()
                              throws JMException
Throws:
JMException

getSqlList

TabularData getSqlList()
                       throws JMException
Throws:
JMException

getConnectionList

TabularData getConnectionList()
                              throws JMException
Throws:
JMException

reset

void reset()

getResetCount

long getResetCount()


Copyright © 2012 Alibaba Group. All Rights Reserved.