javax.management.j2ee.statistics
Interface Statistic

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

public interface Statistic

Version:
$Rev: 467553 $

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 © 2003-2012 Apache Software Foundation. All Rights Reserved.