javax.management.j2ee.statistics
Interface JDBCConnectionStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JDBCConnectionPoolStats

public interface JDBCConnectionStats
extends Stats

Version:
$Rev: 46019 $

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

Method Detail

getJdbcDataSource

public java.lang.String getJdbcDataSource()

getWaitTime

public TimeStatistic getWaitTime()

getUseTime

public TimeStatistic getUseTime()


Copyright © {inceptionYear}-2007 null. All Rights Reserved.