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

public long getCount()

getMaxTime

public long getMaxTime()

getMinTime

public long getMinTime()

getTotalTime

public long getTotalTime()


Copyright © {inceptionYear}-2007 null. All Rights Reserved.