public class

JvmThreadingImpl

extends Object
implements JvmThreadingMBean
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmThreadingImpl

Class Overview

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

Summary

Public Constructors
JvmThreadingImpl(SnmpMib myMib)
Constructor for the "JvmThreading" group.
JvmThreadingImpl(SnmpMib myMib, MBeanServer server)
Constructor for the "JvmThreading" group.
Public Methods
void checkJvmThreadContentionMonitoring(EnumJvmThreadContentionMonitoring x)
Checker for the "JvmThreadContentionMonitoring" variable.
void checkJvmThreadCpuTimeMonitoring(EnumJvmThreadCpuTimeMonitoring x)
Checker for the "JvmThreadCpuTimeMonitoring" variable.
void checkJvmThreadPeakCountReset(Long x)
Checker for the "JvmThreadPeakCountReset" variable.
EnumJvmThreadContentionMonitoring getJvmThreadContentionMonitoring()
Getter for the "JvmThreadContentionMonitoring" variable.
Long getJvmThreadCount()
Getter for the "JvmThreadCount" variable.
EnumJvmThreadCpuTimeMonitoring getJvmThreadCpuTimeMonitoring()
Getter for the "JvmThreadCpuTimeMonitoring" variable.
Long getJvmThreadDaemonCount()
Getter for the "JvmThreadDaemonCount" variable.
Long getJvmThreadPeakCount()
Getter for the "JvmThreadPeakCount" variable.
synchronized Long getJvmThreadPeakCountReset()
Getter for the "JvmThreadPeakCountReset" variable.
Long getJvmThreadTotalStartedCount()
Getter for the "JvmThreadTotalStartedCount" variable.
void setJvmThreadContentionMonitoring(EnumJvmThreadContentionMonitoring x)
Setter for the "JvmThreadContentionMonitoring" variable.
void setJvmThreadCpuTimeMonitoring(EnumJvmThreadCpuTimeMonitoring x)
Setter for the "JvmThreadCpuTimeMonitoring" variable.
synchronized void setJvmThreadPeakCountReset(Long x)
Setter for the "JvmThreadPeakCountReset" variable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.management.snmp.jvmmib.JvmThreadingMBean

Public Constructors

public JvmThreadingImpl (SnmpMib myMib)

Constructor for the "JvmThreading" group. If the group contains a table, the entries created through an SNMP SET will not be registered in Java DMK.

public JvmThreadingImpl (SnmpMib myMib, MBeanServer server)

Constructor for the "JvmThreading" group. If the group contains a table, the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.

Public Methods

public void checkJvmThreadContentionMonitoring (EnumJvmThreadContentionMonitoring x)

Checker for the "JvmThreadContentionMonitoring" variable.

public void checkJvmThreadCpuTimeMonitoring (EnumJvmThreadCpuTimeMonitoring x)

Checker for the "JvmThreadCpuTimeMonitoring" variable.

public void checkJvmThreadPeakCountReset (Long x)

Checker for the "JvmThreadPeakCountReset" variable.

public EnumJvmThreadContentionMonitoring getJvmThreadContentionMonitoring ()

Getter for the "JvmThreadContentionMonitoring" variable.

public Long getJvmThreadCount ()

Getter for the "JvmThreadCount" variable.

public EnumJvmThreadCpuTimeMonitoring getJvmThreadCpuTimeMonitoring ()

Getter for the "JvmThreadCpuTimeMonitoring" variable.

public Long getJvmThreadDaemonCount ()

Getter for the "JvmThreadDaemonCount" variable.

public Long getJvmThreadPeakCount ()

Getter for the "JvmThreadPeakCount" variable.

public synchronized Long getJvmThreadPeakCountReset ()

Getter for the "JvmThreadPeakCountReset" variable.

public Long getJvmThreadTotalStartedCount ()

Getter for the "JvmThreadTotalStartedCount" variable.

public void setJvmThreadContentionMonitoring (EnumJvmThreadContentionMonitoring x)

Setter for the "JvmThreadContentionMonitoring" variable.

public void setJvmThreadCpuTimeMonitoring (EnumJvmThreadCpuTimeMonitoring x)

Setter for the "JvmThreadCpuTimeMonitoring" variable.

public synchronized void setJvmThreadPeakCountReset (Long x)

Setter for the "JvmThreadPeakCountReset" variable.