public interface

JvmMemPoolEntryMBean

sun.management.snmp.jvmmib.JvmMemPoolEntryMBean
Known Indirect Subclasses

Class Overview

This interface is used for representing the remote management interface for the "JvmMemPoolEntry" MBean.

Summary

Public Methods
abstract void checkJvmMemPoolCollectThreshold(Long x)
Checker for the "JvmMemPoolCollectThreshold" variable.
abstract void checkJvmMemPoolPeakReset(Long x)
Checker for the "JvmMemPoolPeakReset" variable.
abstract void checkJvmMemPoolThreshold(Long x)
Checker for the "JvmMemPoolThreshold" variable.
abstract Long getJvmMemPoolCollectCommitted()
Getter for the "JvmMemPoolCollectCommitted" variable.
abstract Long getJvmMemPoolCollectMaxSize()
Getter for the "JvmMemPoolCollectMaxSize" variable.
abstract Long getJvmMemPoolCollectThreshdCount()
Getter for the "JvmMemPoolCollectThreshdCount" variable.
abstract EnumJvmMemPoolCollectThreshdSupport getJvmMemPoolCollectThreshdSupport()
Getter for the "JvmMemPoolCollectThreshdSupport" variable.
abstract Long getJvmMemPoolCollectThreshold()
Getter for the "JvmMemPoolCollectThreshold" variable.
abstract Long getJvmMemPoolCollectUsed()
Getter for the "JvmMemPoolCollectUsed" variable.
abstract Long getJvmMemPoolCommitted()
Getter for the "JvmMemPoolCommitted" variable.
abstract Integer getJvmMemPoolIndex()
Getter for the "JvmMemPoolIndex" variable.
abstract Long getJvmMemPoolInitSize()
Getter for the "JvmMemPoolInitSize" variable.
abstract Long getJvmMemPoolMaxSize()
Getter for the "JvmMemPoolMaxSize" variable.
abstract String getJvmMemPoolName()
Getter for the "JvmMemPoolName" variable.
abstract Long getJvmMemPoolPeakCommitted()
Getter for the "JvmMemPoolPeakCommitted" variable.
abstract Long getJvmMemPoolPeakMaxSize()
Getter for the "JvmMemPoolPeakMaxSize" variable.
abstract Long getJvmMemPoolPeakReset()
Getter for the "JvmMemPoolPeakReset" variable.
abstract Long getJvmMemPoolPeakUsed()
Getter for the "JvmMemPoolPeakUsed" variable.
abstract EnumJvmMemPoolState getJvmMemPoolState()
Getter for the "JvmMemPoolState" variable.
abstract Long getJvmMemPoolThreshdCount()
Getter for the "JvmMemPoolThreshdCount" variable.
abstract EnumJvmMemPoolThreshdSupport getJvmMemPoolThreshdSupport()
Getter for the "JvmMemPoolThreshdSupport" variable.
abstract Long getJvmMemPoolThreshold()
Getter for the "JvmMemPoolThreshold" variable.
abstract EnumJvmMemPoolType getJvmMemPoolType()
Getter for the "JvmMemPoolType" variable.
abstract Long getJvmMemPoolUsed()
Getter for the "JvmMemPoolUsed" variable.
abstract void setJvmMemPoolCollectThreshold(Long x)
Setter for the "JvmMemPoolCollectThreshold" variable.
abstract void setJvmMemPoolPeakReset(Long x)
Setter for the "JvmMemPoolPeakReset" variable.
abstract void setJvmMemPoolThreshold(Long x)
Setter for the "JvmMemPoolThreshold" variable.

Public Methods

public abstract void checkJvmMemPoolCollectThreshold (Long x)

Checker for the "JvmMemPoolCollectThreshold" variable.

public abstract void checkJvmMemPoolPeakReset (Long x)

Checker for the "JvmMemPoolPeakReset" variable.

public abstract void checkJvmMemPoolThreshold (Long x)

Checker for the "JvmMemPoolThreshold" variable.

public abstract Long getJvmMemPoolCollectCommitted ()

Getter for the "JvmMemPoolCollectCommitted" variable.

public abstract Long getJvmMemPoolCollectMaxSize ()

Getter for the "JvmMemPoolCollectMaxSize" variable.

public abstract Long getJvmMemPoolCollectThreshdCount ()

Getter for the "JvmMemPoolCollectThreshdCount" variable.

public abstract EnumJvmMemPoolCollectThreshdSupport getJvmMemPoolCollectThreshdSupport ()

Getter for the "JvmMemPoolCollectThreshdSupport" variable.

public abstract Long getJvmMemPoolCollectThreshold ()

Getter for the "JvmMemPoolCollectThreshold" variable.

public abstract Long getJvmMemPoolCollectUsed ()

Getter for the "JvmMemPoolCollectUsed" variable.

public abstract Long getJvmMemPoolCommitted ()

Getter for the "JvmMemPoolCommitted" variable.

public abstract Integer getJvmMemPoolIndex ()

Getter for the "JvmMemPoolIndex" variable.

public abstract Long getJvmMemPoolInitSize ()

Getter for the "JvmMemPoolInitSize" variable.

public abstract Long getJvmMemPoolMaxSize ()

Getter for the "JvmMemPoolMaxSize" variable.

public abstract String getJvmMemPoolName ()

Getter for the "JvmMemPoolName" variable.

public abstract Long getJvmMemPoolPeakCommitted ()

Getter for the "JvmMemPoolPeakCommitted" variable.

public abstract Long getJvmMemPoolPeakMaxSize ()

Getter for the "JvmMemPoolPeakMaxSize" variable.

public abstract Long getJvmMemPoolPeakReset ()

Getter for the "JvmMemPoolPeakReset" variable.

public abstract Long getJvmMemPoolPeakUsed ()

Getter for the "JvmMemPoolPeakUsed" variable.

public abstract EnumJvmMemPoolState getJvmMemPoolState ()

Getter for the "JvmMemPoolState" variable.

public abstract Long getJvmMemPoolThreshdCount ()

Getter for the "JvmMemPoolThreshdCount" variable.

public abstract EnumJvmMemPoolThreshdSupport getJvmMemPoolThreshdSupport ()

Getter for the "JvmMemPoolThreshdSupport" variable.

public abstract Long getJvmMemPoolThreshold ()

Getter for the "JvmMemPoolThreshold" variable.

public abstract EnumJvmMemPoolType getJvmMemPoolType ()

Getter for the "JvmMemPoolType" variable.

public abstract Long getJvmMemPoolUsed ()

Getter for the "JvmMemPoolUsed" variable.

public abstract void setJvmMemPoolCollectThreshold (Long x)

Setter for the "JvmMemPoolCollectThreshold" variable.

public abstract void setJvmMemPoolPeakReset (Long x)

Setter for the "JvmMemPoolPeakReset" variable.

public abstract void setJvmMemPoolThreshold (Long x)

Setter for the "JvmMemPoolThreshold" variable.