Uses of Interface
org.glassfish.j2ee.statistics.TimeStatistic
-
Packages that use TimeStatistic Package Description com.sun.enterprise.admin.monitor.stats Provides for implementations of various Stats interfaces. These Stats interfaces are based on those defined by JSR 77.org.glassfish.j2ee.statistics -
-
Uses of TimeStatistic in com.sun.enterprise.admin.monitor.stats
Classes in com.sun.enterprise.admin.monitor.stats that implement TimeStatistic Modifier and Type Class Description classMutableTimeStatisticImplAn implementation ofMutableTimeStatisticthat eases the various statistical calculations.classTimeStatisticImplAn implementation of a TimeStatistic.Methods in com.sun.enterprise.admin.monitor.stats that return TimeStatistic Modifier and Type Method Description TimeStatisticEJBMethodStats. getMethodStatistic()Returns the statistics of the method invocation as an instance of TimeStatistic.TimeStatisticServletStats. getServiceTime()Gets the execution time of the servlet's service method.Constructors in com.sun.enterprise.admin.monitor.stats with parameters of type TimeStatistic Constructor Description MutableTimeStatisticImpl(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 TimeStatistic Modifier and Type Method Description TimeStatisticJMSEndpointStats. getMessageWaitTime()Time spent by a message before being delivered.TimeStatisticJMSSessionStats. getMessageWaitTime()Time spent by a message before being delivered.TimeStatisticServletStats. getServiceTime()Execution times for the methods.TimeStatisticJCAConnectionStats. getUseTime()Returns the time spent using a connectionTimeStatisticJDBCConnectionStats. getUseTime()Time spent using a connection.TimeStatisticJCAConnectionStats. getWaitTime()Returns the time spent waiting for a connection to be availableTimeStatisticJDBCConnectionStats. getWaitTime()Time spent waiting for a connection to be available.
-