javax.management.j2ee.statistics
Interface Statistic

All Known Subinterfaces:
BoundaryStatistic, BoundedRangeStatistic, CountStatistic, RangeStatistic, TimeStatistic

public interface Statistic

Version:
$Rev: 278610 $

Method Summary
 String getDescription()
           
 long getLastSampleTime()
           
 String getName()
           
 long getStartTime()
           
 String getUnit()
           
 

Method Detail

getName

String getName()

getUnit

String getUnit()

getDescription

String getDescription()

getStartTime

long getStartTime()

getLastSampleTime

long getLastSampleTime()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.