Uses of Interface
javax.management.j2ee.statistics.TimeStatistic

Packages that use TimeStatistic
javax.management.j2ee.statistics Provides the standard interfaces for accessing performance data from J2EE managed objects 
 

Uses of TimeStatistic in javax.management.j2ee.statistics
 

Methods in javax.management.j2ee.statistics that return TimeStatistic
 TimeStatistic JMSSessionStats.getMessageWaitTime()
          Time spent by a message before being delivered.
 TimeStatistic JMSEndpointStats.getMessageWaitTime()
          Time spent by a message before being delivered.
 TimeStatistic ServletStats.getServiceTime()
          Execution times for the methods.
 TimeStatistic JDBCConnectionStats.getUseTime()
          Time spent using a connection.
 TimeStatistic JCAConnectionStats.getUseTime()
          Returns the time spent using a connection
 TimeStatistic JDBCConnectionStats.getWaitTime()
          Time spent waiting for a connection to be available.
 TimeStatistic JCAConnectionStats.getWaitTime()
          Returns the time spent waiting for a connection to be available
 



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.