API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.management. ClassLoadingMXBean View Source
Author(s)
Mandy Chung
Since
1.5
Version
1.12, 11/17/05
Serial
Hierarchy
 ClassLoadingMXBean
Subinterfaces
Description
public interface ClassLoadingMXBean
  The management interface for the class loading system of the Java virtual machine.
Methods
Hide/Show inherited methods
public int getLoadedClassCount ()
  Returns the number of classes that are currently loaded in the Java virtual machine.
public long getTotalLoadedClassCount ()
  Returns the total number of classes that have been loaded since the Java virtual machine has started execution.
public long getUnloadedClassCount ()
  Returns the total number of classes unloaded since the Java virtual machine has started execution.
public boolean isVerbose ()
  Tests if the verbose output for the class loading system is enabled.
public void setVerbose (boolean value)
  Enables or disables the verbose output for the class loading system.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar