javax.management.j2ee.statistics
Interface TimeStatistic

All Superinterfaces:
Statistic

public interface TimeStatistic
extends Statistic

Version:
$Rev: 46019 $

Method Summary
 long getCount()
           
 long getMaxTime()
           
 long getMinTime()
           
 long getTotalTime()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getCount

long getCount()

getMaxTime

long getMaxTime()

getMinTime

long getMinTime()

getTotalTime

long getTotalTime()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.