API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.management. GarbageCollectorMXBean View Source
Author(s)
Mandy Chung
Since
1.5
Version
1.10, 11/17/05
Serial
Hierarchy
 MemoryManagerMXBean
      GarbageCollectorMXBean
Subinterfaces
Description
public interface GarbageCollectorMXBean
  The management interface for the garbage collection of the Java virtual machine.
Methods
Hide/Show inherited methods
public long getCollectionCount ()
  Returns the total number of collections that have occurred.
public long getCollectionTime ()
  Returns the approximate accumulated collection elapsed time in milliseconds.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar