Methods Summary |
---|
public javax.management.j2ee.statistics.CountStatistic | getLoadedClassCount()Returns the number of classes that are currently loaded
in the JVM
|
public javax.management.j2ee.statistics.CountStatistic | getTotalLoadedClassCount()Returns the total number of classes that have been loaded,
since the JVM began execution
|
public javax.management.j2ee.statistics.CountStatistic | getUnloadedClassCount()Returns the number of classes that have been unloaded from the JVM
|