public interface

JvmThreadInstanceEntryMBean

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

Class Overview

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

Summary

Public Methods
abstract Long getJvmThreadInstBlockCount()
Getter for the "JvmThreadInstBlockCount" variable.
abstract Long getJvmThreadInstBlockTimeMs()
Getter for the "JvmThreadInstBlockTimeMs" variable.
abstract Long getJvmThreadInstCpuTimeNs()
Getter for the "JvmThreadInstCpuTimeNs" variable.
abstract Long getJvmThreadInstId()
Getter for the "JvmThreadInstId" variable.
abstract Byte[] getJvmThreadInstIndex()
Getter for the "JvmThreadInstIndex" variable.
abstract String getJvmThreadInstLockName()
Getter for the "JvmThreadInstLockName" variable.
abstract String getJvmThreadInstLockOwnerPtr()
Getter for the "JvmThreadInstLockOwnerPtr" variable.
abstract String getJvmThreadInstName()
Getter for the "JvmThreadInstName" variable.
abstract Byte[] getJvmThreadInstState()
Getter for the "JvmThreadInstState" variable.
abstract Long getJvmThreadInstWaitCount()
Getter for the "JvmThreadInstWaitCount" variable.
abstract Long getJvmThreadInstWaitTimeMs()
Getter for the "JvmThreadInstWaitTimeMs" variable.

Public Methods

public abstract Long getJvmThreadInstBlockCount ()

Getter for the "JvmThreadInstBlockCount" variable.

public abstract Long getJvmThreadInstBlockTimeMs ()

Getter for the "JvmThreadInstBlockTimeMs" variable.

public abstract Long getJvmThreadInstCpuTimeNs ()

Getter for the "JvmThreadInstCpuTimeNs" variable.

public abstract Long getJvmThreadInstId ()

Getter for the "JvmThreadInstId" variable.

public abstract Byte[] getJvmThreadInstIndex ()

Getter for the "JvmThreadInstIndex" variable.

public abstract String getJvmThreadInstLockName ()

Getter for the "JvmThreadInstLockName" variable.

public abstract String getJvmThreadInstLockOwnerPtr ()

Getter for the "JvmThreadInstLockOwnerPtr" variable.

public abstract String getJvmThreadInstName ()

Getter for the "JvmThreadInstName" variable.

public abstract Byte[] getJvmThreadInstState ()

Getter for the "JvmThreadInstState" variable.

public abstract Long getJvmThreadInstWaitCount ()

Getter for the "JvmThreadInstWaitCount" variable.

public abstract Long getJvmThreadInstWaitTimeMs ()

Getter for the "JvmThreadInstWaitTimeMs" variable.