Uses of Interface
org.glassfish.j2ee.statistics.TimeStatistic

Uses of TimeStatistic in org.glassfish.j2ee.statistics
 

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



Copyright © 2012 GlassFish Community. All Rights Reserved.