Name | Description |
boolean ObjectStatus | Online if the ClassLoading MBean type exists. |
int LoadedClassCount | Returns the number of classes that are currently loaded on the Java virtual machine. |
long TotalLoadedClassCount | Returns the total number of classes that have been loaded since the Java virtual machine started running. |
long UnloadedClassCount | Returns the total number of classes that have been unloaded since the Java virtual machine started running. |
boolean Verbose | Tests if the verbose output for the class loading system is enabled. |