This class is not part of the public API.

Class: sun.management.ThreadInfoCompositeData

A CompositeData for ThreadInfo for the local management support. This class avoids the performance penalty paid to the construction of a CompositeData use in the local case.

Inheritance

Superclass tree: Implements:

Methods

Fields

  • BLOCKED_COUNT

    static final private String BLOCKED_COUNT = "blockedCount"
  • BLOCKED_TIME

    static final private String BLOCKED_TIME = "blockedTime"
  • IN_NATIVE

    static final private String IN_NATIVE = "inNative"
  • LOCKED_MONITORS

    static final private String LOCKED_MONITORS = "lockedMonitors"
  • LOCKED_SYNCS

    static final private String LOCKED_SYNCS = "lockedSynchronizers"
  • LOCK_INFO

    static final private String LOCK_INFO = "lockInfo"
  • LOCK_NAME

    static final private String LOCK_NAME = "lockName"
  • LOCK_OWNER_ID

    static final private String LOCK_OWNER_ID = "lockOwnerId"
  • LOCK_OWNER_NAME

    static final private String LOCK_OWNER_NAME = "lockOwnerName"
  • STACK_TRACE

    static final private String STACK_TRACE = "stackTrace"
  • SUSPENDED

    static final private String SUSPENDED = "suspended"
  • THREAD_ID

    static final private String THREAD_ID = "threadId"
  • THREAD_NAME

    static final private String THREAD_NAME = "threadName"
  • THREAD_STATE

    static final private String THREAD_STATE = "threadState"
  • WAITED_COUNT

    static final private String WAITED_COUNT = "waitedCount"
  • WAITED_TIME

    static final private String WAITED_TIME = "waitedTime"
  • cdata

    final private CompositeData cdata
  • currentVersion

    final private boolean currentVersion
  • lockInfoCompositeType

    static final private CompositeType lockInfoCompositeType
  • threadInfo

    final private ThreadInfo threadInfo
  • threadInfoCompositeType

    static final private CompositeType threadInfoCompositeType
  • threadInfoItemNames

    static final private String[] threadInfoItemNames
  • threadInfoV5CompositeType

    static final private CompositeType threadInfoV5CompositeType
  • threadInfoV6Attributes

    static final private String[] threadInfoV6Attributes