public class

JvmMemMgrPoolRelEntryImpl

extends Object
implements JvmMemMgrPoolRelEntryMBean
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmMemMgrPoolRelEntryImpl

Class Overview

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

Summary

Fields
protected final int JvmMemManagerIndex Variable for storing the value of "JvmMemManagerIndex".
protected final int JvmMemPoolIndex Variable for storing the value of "JvmMemPoolIndex".
protected final String mmmName
protected final String mpmName
Public Constructors
JvmMemMgrPoolRelEntryImpl(String mmmName, String mpmName, int mmarc, int mparc)
Constructor for the "JvmMemMgrPoolRelEntry" group.
Public Methods
Integer getJvmMemManagerIndex()
Getter for the "JvmMemManagerIndex" variable.
String getJvmMemMgrRelManagerName()
Getter for the "JvmMemMgrRelManagerName" variable.
String getJvmMemMgrRelPoolName()
Getter for the "JvmMemMgrRelPoolName" variable.
Integer getJvmMemPoolIndex()
Getter for the "JvmMemPoolIndex" variable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.management.snmp.jvmmib.JvmMemMgrPoolRelEntryMBean

Fields

protected final int JvmMemManagerIndex

Variable for storing the value of "JvmMemManagerIndex". "An index opaquely computed by the agent and which uniquely identifies a Memory Manager."

protected final int JvmMemPoolIndex

Variable for storing the value of "JvmMemPoolIndex". "An index value opaquely computed by the agent which uniquely identifies a row in the jvmMemPoolTable. "

protected final String mmmName

protected final String mpmName

Public Constructors

public JvmMemMgrPoolRelEntryImpl (String mmmName, String mpmName, int mmarc, int mparc)

Constructor for the "JvmMemMgrPoolRelEntry" group.

Public Methods

public Integer getJvmMemManagerIndex ()

Getter for the "JvmMemManagerIndex" variable.

public String getJvmMemMgrRelManagerName ()

Getter for the "JvmMemMgrRelManagerName" variable.

public String getJvmMemMgrRelPoolName ()

Getter for the "JvmMemMgrRelPoolName" variable.

public Integer getJvmMemPoolIndex ()

Getter for the "JvmMemPoolIndex" variable.