javax.management.j2ee.statistics
Interface JCAConnectionStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JCAConnectionPoolStats

public interface JCAConnectionStats
extends Stats

Version:
$Rev: 46019 $

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

Method Detail

getConnectionFactory

String getConnectionFactory()

getManagedConnectionFactory

String getManagedConnectionFactory()

getWaitTime

TimeStatistic getWaitTime()

getUseTime

TimeStatistic getUseTime()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.