javax.management.j2ee.statistics

Interface TimeStatistic

All Superinterfaces:
Statistic

public interface TimeStatistic
extends Statistic

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 Details

getCount

public long getCount()

getMaxTime

public long getMaxTime()

getMinTime

public long getMinTime()

getTotalTime

public long getTotalTime()