API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.management. CompilationMXBean View Source
Author(s)
Mandy Chung
Since
1.5
Version
1.11, 11/17/05
Serial
Hierarchy
 CompilationMXBean
Subinterfaces
Description
public interface CompilationMXBean
  The management interface for the compilation system of the Java virtual machine.
Methods
Hide/Show inherited methods
public String getName ()
  Returns the name of the Just-in-time (JIT) compiler.
public long getTotalCompilationTime ()
  Returns the approximate accumlated elapsed time (in milliseconds) spent in compilation.
public boolean isCompilationTimeMonitoringSupported ()
  Tests if the Java virtual machine supports the monitoring of compilation time.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar