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

Packages that use TimeStatistic
javax.management.j2ee.statistics Provides statistics releated classes and interfaces.  
 

Uses of TimeStatistic in javax.management.j2ee.statistics
 

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



Copyright © 2002-2003 EJTools Org.. All Rights Reserved.