javax.management.j2ee.statistics
Interface Statistic

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

public interface Statistic

Version:
$Revision: 1.3 $

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

Method Detail

getName

public String getName()

getUnit

public String getUnit()

getDescription

public String getDescription()

getStartTime

public long getStartTime()

getLastSampleTime

public long getLastSampleTime()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.