javax.management.j2ee.statistics
Interface JDBCConnectionStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JDBCConnectionPoolStats

public interface JDBCConnectionStats
extends Stats

Version:
$Revision: 1.3 $

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 © 2003-2005 Apache Software Foundation. All Rights Reserved.