javax.management.j2ee.statistics

Interface TimeStatistic

public interface TimeStatistic extends Statistic

Method Summary
longgetCount()
longgetMaxTime()
longgetMinTime()
longgetTotalTime()

Method Detail

getCount

public long getCount()

getMaxTime

public long getMaxTime()

getMinTime

public long getMinTime()

getTotalTime

public long getTotalTime()