public class

JvmThreadInstanceEntryImpl

extends Object
implements Serializable JvmThreadInstanceEntryMBean
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmThreadInstanceEntryImpl

Class Overview

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

Summary

Nested Classes
class JvmThreadInstanceEntryImpl.ThreadStateMap  
Public Constructors
JvmThreadInstanceEntryImpl(ThreadInfo info, Byte[] index)
Constructor for the "JvmThreadInstanceEntry" group.
Public Methods
Long getJvmThreadInstBlockCount()
Getter for the "JvmThreadInstBlockCount" variable.
Long getJvmThreadInstBlockTimeMs()
Getter for the "JvmThreadInstBlockTimeMs" variable.
Long getJvmThreadInstCpuTimeNs()
Getter for the "JvmThreadInstCpuTimeNs" variable.
Long getJvmThreadInstId()
Getter for the "JvmThreadInstId" variable.
Byte[] getJvmThreadInstIndex()
Getter for the "JvmThreadInstIndex" variable.
static String getJvmThreadInstIndexOid()
String getJvmThreadInstLockName()
Getter for the "JvmThreadInstLockName" variable.
String getJvmThreadInstLockOwnerPtr()
Getter for the "JvmThreadInstLockedOwnerId" variable.
String getJvmThreadInstName()
Getter for the "JvmThreadInstName" variable.
Byte[] getJvmThreadInstState()
Getter for the "JvmThreadInstState" variable.
Long getJvmThreadInstWaitCount()
Getter for the "JvmThreadInstWaitCount" variable.
Long getJvmThreadInstWaitTimeMs()
Getter for the "JvmThreadInstWaitTimeMs" variable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.management.snmp.jvmmib.JvmThreadInstanceEntryMBean

Public Constructors

public JvmThreadInstanceEntryImpl (ThreadInfo info, Byte[] index)

Constructor for the "JvmThreadInstanceEntry" group.

Public Methods

public Long getJvmThreadInstBlockCount ()

Getter for the "JvmThreadInstBlockCount" variable.

public Long getJvmThreadInstBlockTimeMs ()

Getter for the "JvmThreadInstBlockTimeMs" variable.

public Long getJvmThreadInstCpuTimeNs ()

Getter for the "JvmThreadInstCpuTimeNs" variable.

public Long getJvmThreadInstId ()

Getter for the "JvmThreadInstId" variable.

public Byte[] getJvmThreadInstIndex ()

Getter for the "JvmThreadInstIndex" variable.

public static String getJvmThreadInstIndexOid ()

public String getJvmThreadInstLockName ()

Getter for the "JvmThreadInstLockName" variable.

public String getJvmThreadInstLockOwnerPtr ()

Getter for the "JvmThreadInstLockedOwnerId" variable.

public String getJvmThreadInstName ()

Getter for the "JvmThreadInstName" variable.

public Byte[] getJvmThreadInstState ()

Getter for the "JvmThreadInstState" variable.

public Long getJvmThreadInstWaitCount ()

Getter for the "JvmThreadInstWaitCount" variable.

public Long getJvmThreadInstWaitTimeMs ()

Getter for the "JvmThreadInstWaitTimeMs" variable.