javax.management.j2ee.statistics
Interface JDBCConnectionStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JDBCConnectionPoolStats

public interface JDBCConnectionStats
extends Stats

Version:
$Rev: 46019 $

Method Summary
 String getJdbcDataSource()
           
 TimeStatistic getUseTime()
           
 TimeStatistic getWaitTime()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getJdbcDataSource

String getJdbcDataSource()

getWaitTime

TimeStatistic getWaitTime()

getUseTime

TimeStatistic getUseTime()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.