Uses of Interface
org.glassfish.j2ee.statistics.TimeStatistic
Packages that use TimeStatistic
Package
Description
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
-
Uses of TimeStatistic in com.sun.enterprise.admin.monitor.stats
Classes in com.sun.enterprise.admin.monitor.stats that implement TimeStatisticModifier and TypeClassDescriptionclassAn implementation ofMutableTimeStatisticthat eases the various statistical calculations.classAn implementation of a TimeStatistic.Methods in com.sun.enterprise.admin.monitor.stats that return TimeStatisticModifier and TypeMethodDescriptionEJBMethodStats.getMethodStatistic()Returns the statistics of the method invocation as an instance of TimeStatistic.ServletStats.getServiceTime()Gets the execution time of the servlet's service method.Constructors in com.sun.enterprise.admin.monitor.stats with parameters of type TimeStatisticModifierConstructorDescriptionMutableTimeStatisticImpl(TimeStatistic initial) Constructs an instance of this class from its immutable equivalent. -
Uses of TimeStatistic in org.glassfish.j2ee.statistics
Methods in org.glassfish.j2ee.statistics that return TimeStatisticModifier and TypeMethodDescriptionJMSEndpointStats.getMessageWaitTime()Time spent by a message before being delivered.JMSSessionStats.getMessageWaitTime()Time spent by a message before being delivered.ServletStats.getServiceTime()Execution times for the methods.JCAConnectionStats.getUseTime()Returns the time spent using a connectionJDBCConnectionStats.getUseTime()Time spent using a connection.JCAConnectionStats.getWaitTime()Returns the time spent waiting for a connection to be availableJDBCConnectionStats.getWaitTime()Time spent waiting for a connection to be available.