public class

JvmRTClassPathEntryImpl

extends Object
implements Serializable JvmRTClassPathEntryMBean
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmRTClassPathEntryImpl

Class Overview

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

Summary

Public Constructors
JvmRTClassPathEntryImpl(String item, int index)
Constructor for the "JvmRTClassPathEntry" group.
Public Methods
Integer getJvmRTClassPathIndex()
Getter for the "JvmRTClassPathIndex" variable.
String getJvmRTClassPathItem()
Getter for the "JvmRTClassPathItem" variable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.management.snmp.jvmmib.JvmRTClassPathEntryMBean

Public Constructors

public JvmRTClassPathEntryImpl (String item, int index)

Constructor for the "JvmRTClassPathEntry" group.

Public Methods

public Integer getJvmRTClassPathIndex ()

Getter for the "JvmRTClassPathIndex" variable.

public String getJvmRTClassPathItem ()

Getter for the "JvmRTClassPathItem" variable.