public class

JvmRTBootClassPathEntryImpl

extends Object
implements Serializable JvmRTBootClassPathEntryMBean
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmRTBootClassPathEntryImpl

Class Overview

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

Summary

Public Constructors
JvmRTBootClassPathEntryImpl(String item, int index)
Constructor for the "JvmRTBootClassPathEntry" group.
Public Methods
Integer getJvmRTBootClassPathIndex()
Getter for the "JvmRTBootClassPathIndex" variable.
String getJvmRTBootClassPathItem()
Getter for the "JvmRTBootClassPathItem" variable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.management.snmp.jvmmib.JvmRTBootClassPathEntryMBean

Public Constructors

public JvmRTBootClassPathEntryImpl (String item, int index)

Constructor for the "JvmRTBootClassPathEntry" group.

Public Methods

public Integer getJvmRTBootClassPathIndex ()

Getter for the "JvmRTBootClassPathIndex" variable.

public String getJvmRTBootClassPathItem ()

Getter for the "JvmRTBootClassPathItem" variable.