Package com.alibaba.druid.stat
Interface JdbcStatManagerMBean
-
- All Known Implementing Classes:
JdbcStatManager
public interface JdbcStatManagerMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TabularDatagetConnectionList()TabularDatagetDataSourceList()longgetResetCount()TabularDatagetSqlList()voidreset()
-
-
-
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()
-
-