public interface

JvmThreadingMBean

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

Class Overview

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

Summary

Public Methods
abstract void checkJvmThreadContentionMonitoring(EnumJvmThreadContentionMonitoring x)
Checker for the "JvmThreadContentionMonitoring" variable.
abstract void checkJvmThreadCpuTimeMonitoring(EnumJvmThreadCpuTimeMonitoring x)
Checker for the "JvmThreadCpuTimeMonitoring" variable.
abstract void checkJvmThreadPeakCountReset(Long x)
Checker for the "JvmThreadPeakCountReset" variable.
abstract EnumJvmThreadContentionMonitoring getJvmThreadContentionMonitoring()
Getter for the "JvmThreadContentionMonitoring" variable.
abstract Long getJvmThreadCount()
Getter for the "JvmThreadCount" variable.
abstract EnumJvmThreadCpuTimeMonitoring getJvmThreadCpuTimeMonitoring()
Getter for the "JvmThreadCpuTimeMonitoring" variable.
abstract Long getJvmThreadDaemonCount()
Getter for the "JvmThreadDaemonCount" variable.
abstract Long getJvmThreadPeakCount()
Getter for the "JvmThreadPeakCount" variable.
abstract Long getJvmThreadPeakCountReset()
Getter for the "JvmThreadPeakCountReset" variable.
abstract Long getJvmThreadTotalStartedCount()
Getter for the "JvmThreadTotalStartedCount" variable.
abstract void setJvmThreadContentionMonitoring(EnumJvmThreadContentionMonitoring x)
Setter for the "JvmThreadContentionMonitoring" variable.
abstract void setJvmThreadCpuTimeMonitoring(EnumJvmThreadCpuTimeMonitoring x)
Setter for the "JvmThreadCpuTimeMonitoring" variable.
abstract void setJvmThreadPeakCountReset(Long x)
Setter for the "JvmThreadPeakCountReset" variable.

Public Methods

public abstract void checkJvmThreadContentionMonitoring (EnumJvmThreadContentionMonitoring x)

Checker for the "JvmThreadContentionMonitoring" variable.

public abstract void checkJvmThreadCpuTimeMonitoring (EnumJvmThreadCpuTimeMonitoring x)

Checker for the "JvmThreadCpuTimeMonitoring" variable.

public abstract void checkJvmThreadPeakCountReset (Long x)

Checker for the "JvmThreadPeakCountReset" variable.

public abstract EnumJvmThreadContentionMonitoring getJvmThreadContentionMonitoring ()

Getter for the "JvmThreadContentionMonitoring" variable.

public abstract Long getJvmThreadCount ()

Getter for the "JvmThreadCount" variable.

public abstract EnumJvmThreadCpuTimeMonitoring getJvmThreadCpuTimeMonitoring ()

Getter for the "JvmThreadCpuTimeMonitoring" variable.

public abstract Long getJvmThreadDaemonCount ()

Getter for the "JvmThreadDaemonCount" variable.

public abstract Long getJvmThreadPeakCount ()

Getter for the "JvmThreadPeakCount" variable.

public abstract Long getJvmThreadPeakCountReset ()

Getter for the "JvmThreadPeakCountReset" variable.

public abstract Long getJvmThreadTotalStartedCount ()

Getter for the "JvmThreadTotalStartedCount" variable.

public abstract void setJvmThreadContentionMonitoring (EnumJvmThreadContentionMonitoring x)

Setter for the "JvmThreadContentionMonitoring" variable.

public abstract void setJvmThreadCpuTimeMonitoring (EnumJvmThreadCpuTimeMonitoring x)

Setter for the "JvmThreadCpuTimeMonitoring" variable.

public abstract void setJvmThreadPeakCountReset (Long x)

Setter for the "JvmThreadPeakCountReset" variable.