KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.j2ee.statistics
Interface TimeStatistic

All Superinterfaces:
Statistic
See Also:
Top Examples, Source Code

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


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


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


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

Popular Tags