KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.j2ee.statistics
Interface RangeStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic
See Also:
Top Examples, Source Code

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


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


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

Popular Tags