JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javax.management.j2ee.statistics

Interface TimeStatistic

  • All Superinterfaces:
    Statistic


    public interface TimeStatistic
    extends Statistic 
    Specifies standard timing measurements.
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      long getCount ()
      Number of times the operation was invoked since the beginning of this measurement.
      long getMaxTime ()
      The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
      long getMinTime ()
      The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
      long getTotalTime ()
      This is the sum total of time taken to complete every invocation of this operation since the beginning of this measurement.
    • Method Detail

      • getCount

        long getCount()
        Number of times the operation was invoked since the beginning of this measurement.
      • getMaxTime

        long getMaxTime()
        The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
      • getMinTime

        long getMinTime()
        The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
      • getTotalTime

        long getTotalTime()
        This is the sum total of time taken to complete every invocation of this operation since the beginning of this measurement. Dividing totalTime by count will give you the average execution time for this operation.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /