File
Doc
Category
Size
Date
Package
JVMStats.java
API Doc
Glassfish v2 API
2276
Fri May 04 22:34:04 BST 2007
javax.management.j2ee.statistics
JVMStats
public interface JVMStats implements Stats
Specifies the statistics provided by a Java VM.
Fields Summary
Constructors Summary
Methods Summary
public
BoundedRangeStatistic
getHeapSize
()
Size of the JVM's heap.
public
CountStatistic
getUpTime
()
Amount of time the JVM has been running.
Java Code Source