public class

JvmRuntimeImpl

extends Object
implements JvmRuntimeMBean
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmRuntimeImpl

Class Overview

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

Summary

Public Constructors
JvmRuntimeImpl(SnmpMib myMib)
Constructor for the "JvmRuntime" group.
JvmRuntimeImpl(SnmpMib myMib, MBeanServer server)
Constructor for the "JvmRuntime" group.
Public Methods
EnumJvmRTBootClassPathSupport getJvmRTBootClassPathSupport()
Getter for the "JvmRTBootClassPathSupport" variable.
Integer getJvmRTInputArgsCount()
Getter for the "JvmRTInputArgsCount" variable.
String getJvmRTManagementSpecVersion()
Getter for the "JvmRTManagementSpecVersion" variable.
String getJvmRTName()
Getter for the "JvmRTName" variable.
String getJvmRTSpecName()
Getter for the "JvmRTSpecName" variable.
String getJvmRTSpecVendor()
Getter for the "JvmRTSpecVendor" variable.
String getJvmRTSpecVersion()
Getter for the "JvmRTSpecVersion" variable.
Long getJvmRTStartTimeMs()
Getter for the "JvmRTStartTimeMs" variable.
Long getJvmRTUptimeMs()
Getter for the "JvmRTUptimeMs" variable.
String getJvmRTVMName()
Getter for the "JvmRTVMName" variable.
String getJvmRTVMVendor()
Getter for the "JvmRTVendor" variable.
String getJvmRTVMVersion()
Getter for the "JvmRTVersion" variable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.management.snmp.jvmmib.JvmRuntimeMBean

Public Constructors

public JvmRuntimeImpl (SnmpMib myMib)

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

public JvmRuntimeImpl (SnmpMib myMib, MBeanServer server)

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

Public Methods

public EnumJvmRTBootClassPathSupport getJvmRTBootClassPathSupport ()

Getter for the "JvmRTBootClassPathSupport" variable.

public Integer getJvmRTInputArgsCount ()

Getter for the "JvmRTInputArgsCount" variable.

public String getJvmRTManagementSpecVersion ()

Getter for the "JvmRTManagementSpecVersion" variable.

public String getJvmRTName ()

Getter for the "JvmRTName" variable.

public String getJvmRTSpecName ()

Getter for the "JvmRTSpecName" variable.

public String getJvmRTSpecVendor ()

Getter for the "JvmRTSpecVendor" variable.

public String getJvmRTSpecVersion ()

Getter for the "JvmRTSpecVersion" variable.

public Long getJvmRTStartTimeMs ()

Getter for the "JvmRTStartTimeMs" variable.

public Long getJvmRTUptimeMs ()

Getter for the "JvmRTUptimeMs" variable.

public String getJvmRTVMName ()

Getter for the "JvmRTVMName" variable.

public String getJvmRTVMVendor ()

Getter for the "JvmRTVendor" variable.

public String getJvmRTVMVersion ()

Getter for the "JvmRTVersion" variable.