public final class CThreadManagement extends Object
ThreadMXBean
bean.Modifier and Type | Method and Description |
---|---|
static ThreadInfo[] |
getBasicThreadInfo()
Gets the basic thread information for each and every existing Thread.
|
static ThreadInfo[] |
getDetailedThreadInfo()
Gets the detailed thread information for each and every existing Thread.
|
static ThreadInfo |
getThreadInfo(long id)
Gets the thread information for the thread with the supplied id.
|
public static ThreadInfo[] getBasicThreadInfo()
public static ThreadInfo[] getDetailedThreadInfo()
public static ThreadInfo getThreadInfo(long id)
id
- The ID of the thread.Copyright © 2008–2018. All rights reserved.