FileDocCategorySizeDatePackage
JVMClassLoadingStats.javaAPI DocGlassfish v2 API3069Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

JVMClassLoadingStats

public interface JVMClassLoadingStats implements javax.management.j2ee.statistics.Stats
A Stats interface, to expose the monitoring information about the JVM Classloading subsystem
since
8.1

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetLoadedClassCount()
Returns the number of classes that are currently loaded in the JVM

return
CountStatistic The total number of classes currently loaded

public javax.management.j2ee.statistics.CountStatisticgetTotalLoadedClassCount()
Returns the total number of classes that have been loaded, since the JVM began execution

return
CountStatistic The total number of classes loaded

public javax.management.j2ee.statistics.CountStatisticgetUnloadedClassCount()
Returns the number of classes that have been unloaded from the JVM

return
CountStatistic number of unloaded classes