public class

JvmCompilationImpl

extends Object
implements JvmCompilationMBean
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmCompilationImpl

Class Overview

The class is used for implementing the "JvmCompilation" group.

Summary

Public Constructors
JvmCompilationImpl(SnmpMib myMib)
Constructor for the "JvmCompilation" group.
JvmCompilationImpl(SnmpMib myMib, MBeanServer server)
Constructor for the "JvmCompilation" group.
Public Methods
String getJvmJITCompilerName()
Getter for the "JvmJITCompilerName" variable.
EnumJvmJITCompilerTimeMonitoring getJvmJITCompilerTimeMonitoring()
Getter for the "JvmJITCompilerTimeMonitoring" variable.
Long getJvmJITCompilerTimeMs()
Getter for the "JvmJITCompilerTimeMs" variable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.management.snmp.jvmmib.JvmCompilationMBean

Public Constructors

public JvmCompilationImpl (SnmpMib myMib)

Constructor for the "JvmCompilation" group. If the group contains a table, the entries created through an SNMP SET will not be registered in Java DMK.

public JvmCompilationImpl (SnmpMib myMib, MBeanServer server)

Constructor for the "JvmCompilation" group. If the group contains a table, the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.

Public Methods

public String getJvmJITCompilerName ()

Getter for the "JvmJITCompilerName" variable.

public EnumJvmJITCompilerTimeMonitoring getJvmJITCompilerTimeMonitoring ()

Getter for the "JvmJITCompilerTimeMonitoring" variable.

public Long getJvmJITCompilerTimeMs ()

Getter for the "JvmJITCompilerTimeMs" variable.