KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > j2ee > statistics > JDBCConnectionStats

javax.management.j2ee.statistics
Interface JDBCConnectionStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JDBCConnectionPoolStats
See Also:
Source Code

public String getJdbcDataSource()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TimeStatistic getUseTime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TimeStatistic getWaitTime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags