KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > j2ee > statistics > Statistic

javax.management.j2ee.statistics
Interface Statistic

All Known Subinterfaces:
BoundaryStatistic, BoundedRangeStatistic, CountStatistic, RangeStatistic, TimeStatistic
See Also:
Top Examples, Source Code

public String getDescription()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long getLastSampleTime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long getStartTime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getUnit()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags