public static final class

JvmThreadInstanceEntryImpl.ThreadStateMap.Byte0

extends Object
java.lang.Object
   ↳ sun.management.snmp.jvminstr.JvmThreadInstanceEntryImpl.ThreadStateMap.Byte0

Summary

Constants
byte blocked
byte inNative
byte newThread
byte runnable
byte suspended
byte terminated
byte timedWaiting
byte waiting
Public Constructors
JvmThreadInstanceEntryImpl.ThreadStateMap.Byte0()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final byte blocked

Constant Value: 8 (0x00000008)

public static final byte inNative

Constant Value: -128 (0xffffff80)

public static final byte newThread

Constant Value: 32 (0x00000020)

public static final byte runnable

Constant Value: 16 (0x00000010)

public static final byte suspended

Constant Value: 64 (0x00000040)

public static final byte terminated

Constant Value: 4 (0x00000004)

public static final byte timedWaiting

Constant Value: 1 (0x00000001)

public static final byte waiting

Constant Value: 2 (0x00000002)

Public Constructors

public JvmThreadInstanceEntryImpl.ThreadStateMap.Byte0 ()