|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JVMClassLoadingStats
A Stats interface, to expose the monitoring information about the JVM Classloading subsystem
| Method Summary | |
|---|---|
CountStatistic |
getLoadedClassCount()
Returns the number of classes that are currently loaded in the JVM |
CountStatistic |
getTotalLoadedClassCount()
Returns the total number of classes that have been loaded, since the JVM began execution |
CountStatistic |
getUnloadedClassCount()
Returns the number of classes that have been unloaded from the JVM |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
CountStatistic getLoadedClassCount()
CountStatistic getTotalLoadedClassCount()
CountStatistic getUnloadedClassCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||