public class

EnumJvmMemPoolThreshdSupport

extends Enumerated
implements Serializable
java.lang.Object
   ↳ com.sun.jmx.snmp.Enumerated
     ↳ sun.management.snmp.jvmmib.EnumJvmMemPoolThreshdSupport

Class Overview

The class is used for representing "JvmMemPoolThreshdSupport".

Summary

Fields
protected static Hashtable<IntegerString> intTable
protected static Hashtable<StringInteger> stringTable
[Expand]
Inherited Fields
From class com.sun.jmx.snmp.Enumerated
Public Constructors
EnumJvmMemPoolThreshdSupport(int valueIndex)
EnumJvmMemPoolThreshdSupport(Integer valueIndex)
EnumJvmMemPoolThreshdSupport()
EnumJvmMemPoolThreshdSupport(String x)
Protected Methods
Hashtable getIntTable()
Returns the hashtable of the integer forms.
Hashtable getStringTable()
Returns the hashtable of the string forms.
[Expand]
Inherited Methods
From class com.sun.jmx.snmp.Enumerated
From class java.lang.Object

Fields

protected static Hashtable<IntegerString> intTable

protected static Hashtable<StringInteger> stringTable

Public Constructors

public EnumJvmMemPoolThreshdSupport (int valueIndex)

public EnumJvmMemPoolThreshdSupport (Integer valueIndex)

public EnumJvmMemPoolThreshdSupport ()

public EnumJvmMemPoolThreshdSupport (String x)

Protected Methods

protected Hashtable getIntTable ()

Returns the hashtable of the integer forms. getIntTable().get(x) returns the string form associated to the integer x. This method must be implemented by the derived class.

Returns
  • An hashtable for read-only purpose

protected Hashtable getStringTable ()

Returns the hashtable of the string forms. getStringTable().get(s) returns the integer form associated to the string s. This method must be implemented by the derived class.

Returns
  • An hashtable for read-only purpose