public class

JvmMemPoolEntryImpl

extends Object
implements JvmMemPoolEntryMBean
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmMemPoolEntryImpl

Class Overview

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

Summary

Fields
protected final int jvmMemPoolIndex Variable for storing the value of "JvmMemPoolIndex".
Public Constructors
JvmMemPoolEntryImpl(MemoryPoolMXBean mp, int index)
Constructor for the "JvmMemPoolEntry" group.
Public Methods
void checkJvmMemPoolCollectThreshold(Long x)
Checker for the "JvmMemPoolCollectThreshold" variable.
void checkJvmMemPoolPeakReset(Long x)
Checker for the "JvmMemPoolPeakReset" variable.
void checkJvmMemPoolThreshold(Long x)
Checker for the "JvmMemPoolThreshold" variable.
Long getJvmMemPoolCollectCommitted()
Getter for the "JvmMemPoolCollectCommitted" variable.
Long getJvmMemPoolCollectMaxSize()
Getter for the "JvmMemPoolCollectMaxSize" variable.
Long getJvmMemPoolCollectThreshdCount()
Getter for the "JvmMemPoolCollectThreshdCount" variable.
EnumJvmMemPoolCollectThreshdSupport getJvmMemPoolCollectThreshdSupport()
Getter for the "JvmMemPoolThreshdSupport" variable.
Long getJvmMemPoolCollectThreshold()
Getter for the "JvmMemPoolCollectThreshold" variable.
Long getJvmMemPoolCollectUsed()
Getter for the "JvmMemPoolCollectUsed" variable.
Long getJvmMemPoolCommitted()
Getter for the "JvmMemPoolCommitted" variable.
Integer getJvmMemPoolIndex()
Getter for the "JvmMemPoolIndex" variable.
Long getJvmMemPoolInitSize()
Getter for the "JvmMemPoolInitSize" variable.
Long getJvmMemPoolMaxSize()
Getter for the "JvmMemPoolMaxSize" variable.
String getJvmMemPoolName()
Getter for the "JvmMemPoolName" variable.
Long getJvmMemPoolPeakCommitted()
Getter for the "JvmMemPoolPeakCommitted" variable.
Long getJvmMemPoolPeakMaxSize()
Getter for the "JvmMemPoolPeakMaxSize" variable.
synchronized Long getJvmMemPoolPeakReset()
Getter for the "JvmMemPoolPeakReset" variable.
Long getJvmMemPoolPeakUsed()
Getter for the "JvmMemPoolPeakUsed" variable.
EnumJvmMemPoolState getJvmMemPoolState()
Getter for the "JvmMemPoolState" variable.
Long getJvmMemPoolThreshdCount()
Getter for the "JvmMemPoolThreshdCount" variable.
EnumJvmMemPoolThreshdSupport getJvmMemPoolThreshdSupport()
Getter for the "JvmMemPoolThreshdSupport" variable.
Long getJvmMemPoolThreshold()
Getter for the "JvmMemPoolThreshold" variable.
EnumJvmMemPoolType getJvmMemPoolType()
Getter for the "JvmMemPoolType" variable.
Long getJvmMemPoolUsed()
Getter for the "JvmMemPoolUsed" variable.
static EnumJvmMemPoolType jvmMemPoolType(MemoryType type)
void setJvmMemPoolCollectThreshold(Long x)
Setter for the "JvmMemPoolCollectThreshold" variable.
synchronized void setJvmMemPoolPeakReset(Long x)
Setter for the "JvmMemPoolPeakReset" variable.
void setJvmMemPoolThreshold(Long x)
Setter for the "JvmMemPoolThreshold" variable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.management.snmp.jvmmib.JvmMemPoolEntryMBean

Fields

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. "

Public Constructors

public JvmMemPoolEntryImpl (MemoryPoolMXBean mp, int index)

Constructor for the "JvmMemPoolEntry" group.

Public Methods

public void checkJvmMemPoolCollectThreshold (Long x)

Checker for the "JvmMemPoolCollectThreshold" variable.

public void checkJvmMemPoolPeakReset (Long x)

Checker for the "JvmMemPoolPeakReset" variable.

public void checkJvmMemPoolThreshold (Long x)

Checker for the "JvmMemPoolThreshold" variable.

public Long getJvmMemPoolCollectCommitted ()

Getter for the "JvmMemPoolCollectCommitted" variable.

public Long getJvmMemPoolCollectMaxSize ()

Getter for the "JvmMemPoolCollectMaxSize" variable.

public Long getJvmMemPoolCollectThreshdCount ()

Getter for the "JvmMemPoolCollectThreshdCount" variable.

public EnumJvmMemPoolCollectThreshdSupport getJvmMemPoolCollectThreshdSupport ()

Getter for the "JvmMemPoolThreshdSupport" variable.

public Long getJvmMemPoolCollectThreshold ()

Getter for the "JvmMemPoolCollectThreshold" variable.

public Long getJvmMemPoolCollectUsed ()

Getter for the "JvmMemPoolCollectUsed" variable.

public Long getJvmMemPoolCommitted ()

Getter for the "JvmMemPoolCommitted" variable.

public Integer getJvmMemPoolIndex ()

Getter for the "JvmMemPoolIndex" variable.

public Long getJvmMemPoolInitSize ()

Getter for the "JvmMemPoolInitSize" variable.

public Long getJvmMemPoolMaxSize ()

Getter for the "JvmMemPoolMaxSize" variable.

public String getJvmMemPoolName ()

Getter for the "JvmMemPoolName" variable.

public Long getJvmMemPoolPeakCommitted ()

Getter for the "JvmMemPoolPeakCommitted" variable.

public Long getJvmMemPoolPeakMaxSize ()

Getter for the "JvmMemPoolPeakMaxSize" variable.

public synchronized Long getJvmMemPoolPeakReset ()

Getter for the "JvmMemPoolPeakReset" variable.

public Long getJvmMemPoolPeakUsed ()

Getter for the "JvmMemPoolPeakUsed" variable.

public EnumJvmMemPoolState getJvmMemPoolState ()

Getter for the "JvmMemPoolState" variable.

public Long getJvmMemPoolThreshdCount ()

Getter for the "JvmMemPoolThreshdCount" variable.

public EnumJvmMemPoolThreshdSupport getJvmMemPoolThreshdSupport ()

Getter for the "JvmMemPoolThreshdSupport" variable.

public Long getJvmMemPoolThreshold ()

Getter for the "JvmMemPoolThreshold" variable.

public EnumJvmMemPoolType getJvmMemPoolType ()

Getter for the "JvmMemPoolType" variable.

public Long getJvmMemPoolUsed ()

Getter for the "JvmMemPoolUsed" variable.

public static EnumJvmMemPoolType jvmMemPoolType (MemoryType type)

public void setJvmMemPoolCollectThreshold (Long x)

Setter for the "JvmMemPoolCollectThreshold" variable.

public synchronized void setJvmMemPoolPeakReset (Long x)

Setter for the "JvmMemPoolPeakReset" variable.

public void setJvmMemPoolThreshold (Long x)

Setter for the "JvmMemPoolThreshold" variable.