ClassLoadingMXBean is an interface used by the management system to access class loader properties.
ClassLoadingMXBean
ObjectName: java.lang:type=ClassLoading
ObjectName
The number of classes currently loaded in the JVM.
The total number of classes the JVM has loaded since startup.
The number of classes that have been unloaded in the JVM since startup.
Indicates whether or not the verbose output is enabled for the class loading system.
Enables or disables the verbose output of the class loading system.
true
false
ManagementPermission("control")