public interface

JvmRuntimeMBean

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

Class Overview

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

Summary

Public Methods
abstract EnumJvmRTBootClassPathSupport getJvmRTBootClassPathSupport()
Getter for the "JvmRTBootClassPathSupport" variable.
abstract Integer getJvmRTInputArgsCount()
Getter for the "JvmRTInputArgsCount" variable.
abstract String getJvmRTManagementSpecVersion()
Getter for the "JvmRTManagementSpecVersion" variable.
abstract String getJvmRTName()
Getter for the "JvmRTName" variable.
abstract String getJvmRTSpecName()
Getter for the "JvmRTSpecName" variable.
abstract String getJvmRTSpecVendor()
Getter for the "JvmRTSpecVendor" variable.
abstract String getJvmRTSpecVersion()
Getter for the "JvmRTSpecVersion" variable.
abstract Long getJvmRTStartTimeMs()
Getter for the "JvmRTStartTimeMs" variable.
abstract Long getJvmRTUptimeMs()
Getter for the "JvmRTUptimeMs" variable.
abstract String getJvmRTVMName()
Getter for the "JvmRTVMName" variable.
abstract String getJvmRTVMVendor()
Getter for the "JvmRTVMVendor" variable.
abstract String getJvmRTVMVersion()
Getter for the "JvmRTVMVersion" variable.

Public Methods

public abstract EnumJvmRTBootClassPathSupport getJvmRTBootClassPathSupport ()

Getter for the "JvmRTBootClassPathSupport" variable.

public abstract Integer getJvmRTInputArgsCount ()

Getter for the "JvmRTInputArgsCount" variable.

public abstract String getJvmRTManagementSpecVersion ()

Getter for the "JvmRTManagementSpecVersion" variable.

public abstract String getJvmRTName ()

Getter for the "JvmRTName" variable.

public abstract String getJvmRTSpecName ()

Getter for the "JvmRTSpecName" variable.

public abstract String getJvmRTSpecVendor ()

Getter for the "JvmRTSpecVendor" variable.

public abstract String getJvmRTSpecVersion ()

Getter for the "JvmRTSpecVersion" variable.

public abstract Long getJvmRTStartTimeMs ()

Getter for the "JvmRTStartTimeMs" variable.

public abstract Long getJvmRTUptimeMs ()

Getter for the "JvmRTUptimeMs" variable.

public abstract String getJvmRTVMName ()

Getter for the "JvmRTVMName" variable.

public abstract String getJvmRTVMVendor ()

Getter for the "JvmRTVMVendor" variable.

public abstract String getJvmRTVMVersion ()

Getter for the "JvmRTVMVersion" variable.