public class

JvmOSImpl

extends Object
implements Serializable JvmOSMBean
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmOSImpl

Class Overview

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

Summary

Public Constructors
JvmOSImpl(SnmpMib myMib)
Constructor for the "JvmOS" group.
JvmOSImpl(SnmpMib myMib, MBeanServer server)
Constructor for the "JvmOS" group.
Public Methods
String getJvmOSArch()
Getter for the "JvmOSArch" variable.
String getJvmOSName()
Getter for the "JvmOSName" variable.
Integer getJvmOSProcessorCount()
Getter for the "JvmRTProcessorCount" variable.
String getJvmOSVersion()
Getter for the "JvmOSVersion" variable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.management.snmp.jvmmib.JvmOSMBean

Public Constructors

public JvmOSImpl (SnmpMib myMib)

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

public JvmOSImpl (SnmpMib myMib, MBeanServer server)

Constructor for the "JvmOS" 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 getJvmOSArch ()

Getter for the "JvmOSArch" variable.

public String getJvmOSName ()

Getter for the "JvmOSName" variable.

public Integer getJvmOSProcessorCount ()

Getter for the "JvmRTProcessorCount" variable.

public String getJvmOSVersion ()

Getter for the "JvmOSVersion" variable.