public interface

JvmOSMBean

sun.management.snmp.jvmmib.JvmOSMBean
Known Indirect Subclasses

Class Overview

This interface is used for representing the remote management interface for the "JvmOS" MBean.

Summary

Public Methods
abstract String getJvmOSArch()
Getter for the "JvmOSArch" variable.
abstract String getJvmOSName()
Getter for the "JvmOSName" variable.
abstract Integer getJvmOSProcessorCount()
Getter for the "JvmOSProcessorCount" variable.
abstract String getJvmOSVersion()
Getter for the "JvmOSVersion" variable.

Public Methods

public abstract String getJvmOSArch ()

Getter for the "JvmOSArch" variable.

public abstract String getJvmOSName ()

Getter for the "JvmOSName" variable.

public abstract Integer getJvmOSProcessorCount ()

Getter for the "JvmOSProcessorCount" variable.

public abstract String getJvmOSVersion ()

Getter for the "JvmOSVersion" variable.