Home » openjdk-7 » javax » management » j2ee » [javadoc | source]
javax.management.j2ee
public interface: JDBCConnectionStats [javadoc | source]

All Implemented Interfaces:
    Stats

All Known Implementing Classes:
    JDBCConnectionPoolStats

Represents the statistics provided by a JDBC connection
Method from javax.management.j2ee.JDBCConnectionStats Summary:
getJdbcDataSource,   getUseTime,   getWaitTime
Method from javax.management.j2ee.JDBCConnectionStats Detail:
 public ObjectName getJdbcDataSource()
 public TimeStatistic getUseTime()
 public TimeStatistic getWaitTime()