Modifier and Type | Class and Description |
---|---|
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
private static final String | |
private static final String | |
private final CompositeData | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
pack-priv static final int | |
private static final long | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private final ThreadInfo | |
private static final String[] | |
private static final String[] | |
private static final String[] | |
private static final String | |
private static final String |
Access | Constructor and Description |
---|---|
private | |
private |
Modifier and Type | Method and Description |
---|---|
public long | |
public long | |
protected CompositeData | getCompositeData()
Implements abstract sun. Returns the CompositeData representing this object. |
public static ThreadInfoCompositeData | |
public int | |
public ThreadInfo | |
public boolean | |
public boolean | |
public MonitorInfo[] | |
public LockInfo[] | |
public LockInfo | |
public String | |
public long | |
public String | |
public StackTraceElement[] | |
public boolean | |
public long | |
public String | |
public Thread. | |
public static CompositeData | |
public static void | validateCompositeData(CompositeData cd)
Validate if the input CompositeData has the expected CompositeType (i.e. contain all attributes with expected names and types). |
public long | |
public long |
BLOCKED_COUNT | back to summary |
---|---|
private static final String BLOCKED_COUNT |
BLOCKED_TIME | back to summary |
---|---|
private static final String BLOCKED_TIME |
cdata | back to summary |
---|---|
private final CompositeData cdata
|
DAEMON | back to summary |
---|---|
private static final String DAEMON |
IN_NATIVE | back to summary |
---|---|
private static final String IN_NATIVE |
LOCK_INFO | back to summary |
---|---|
private static final String LOCK_INFO |
LOCK_NAME | back to summary |
---|---|
private static final String LOCK_NAME |
LOCK_OWNER_ID | back to summary |
---|---|
private static final String LOCK_OWNER_ID |
LOCK_OWNER_NAME | back to summary |
---|---|
private static final String LOCK_OWNER_NAME |
LOCKED_MONITORS | back to summary |
---|---|
private static final String LOCKED_MONITORS |
LOCKED_SYNCS | back to summary |
---|---|
private static final String LOCKED_SYNCS |
PRIORITY | back to summary |
---|---|
private static final String PRIORITY |
RUNTIME_VERSION | back to summary |
---|---|
pack-priv static final int RUNTIME_VERSION |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
STACK_TRACE | back to summary |
---|---|
private static final String STACK_TRACE |
SUSPENDED | back to summary |
---|---|
private static final String SUSPENDED |
THREAD_ID | back to summary |
---|---|
private static final String THREAD_ID |
THREAD_NAME | back to summary |
---|---|
private static final String THREAD_NAME |
THREAD_STATE | back to summary |
---|---|
private static final String THREAD_STATE |
threadInfo | back to summary |
---|---|
private final ThreadInfo threadInfo
|
V5_ATTRIBUTES | back to summary |
---|---|
private static final String[] V5_ATTRIBUTES |
V6_ATTRIBUTES | back to summary |
---|---|
private static final String[] V6_ATTRIBUTES |
V9_ATTRIBUTES | back to summary |
---|---|
private static final String[] V9_ATTRIBUTES |
WAITED_COUNT | back to summary |
---|---|
private static final String WAITED_COUNT |
WAITED_TIME | back to summary |
---|---|
private static final String WAITED_TIME |
ThreadInfoCompositeData | back to summary |
---|---|
private ThreadInfoCompositeData(ThreadInfo ti) |
ThreadInfoCompositeData | back to summary |
---|---|
private ThreadInfoCompositeData(CompositeData cd) |
blockedCount | back to summary |
---|---|
public long blockedCount() |
blockedTime | back to summary |
---|---|
public long blockedTime() |
getCompositeData | back to summary |
---|---|
protected CompositeData getCompositeData() Implements abstract sun. Doc from sun. Returns the CompositeData representing this object. The returned CompositeData object must be an instance of javax.management.openmbean.CompositeDataSupport class so that no implementation specific class is required for unmarshalling besides JMX 1.2 classes. |
getInstance | back to summary |
---|---|
public static ThreadInfoCompositeData getInstance(CompositeData cd) |
getPriority | back to summary |
---|---|
public int getPriority() |
getThreadInfo | back to summary |
---|---|
public ThreadInfo getThreadInfo() |
inNative | back to summary |
---|---|
public boolean inNative() |
isDaemon | back to summary |
---|---|
public boolean isDaemon() |
lockedMonitors | back to summary |
---|---|
public MonitorInfo[] lockedMonitors() Returns an empty array if locked_monitors attribute is not present. |
lockedSynchronizers | back to summary |
---|---|
public LockInfo[] lockedSynchronizers() Returns an empty array if locked_monitors attribute is not present. |
lockInfo | back to summary |
---|---|
public LockInfo lockInfo() |
lockName | back to summary |
---|---|
public String lockName() |
lockOwnerId | back to summary |
---|---|
public long lockOwnerId() |
lockOwnerName | back to summary |
---|---|
public String lockOwnerName() |
stackTrace | back to summary |
---|---|
public StackTraceElement[] stackTrace() |
suspended | back to summary |
---|---|
public boolean suspended() |
threadId | back to summary |
---|---|
public long threadId() |
threadName | back to summary |
---|---|
public String threadName() |
threadState | back to summary |
---|---|
public Thread. |
toCompositeData | back to summary |
---|---|
public static CompositeData toCompositeData(ThreadInfo ti) |
validateCompositeData | back to summary |
---|---|
public static void validateCompositeData(CompositeData cd) Validate if the input CompositeData has the expected CompositeType (i.e. contain all attributes with expected names and types). |
waitedCount | back to summary |
---|---|
public long waitedCount() |
waitedTime | back to summary |
---|---|
public long waitedTime() |
Modifier and Type | Field and Description |
---|---|
pack-priv static final Map |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv static CompositeType | |
pack-priv static Map | |
pack-priv static CompositeType | |
pack-priv static CompositeType | |
pack-priv static CompositeType |
compositeTypes | back to summary |
---|---|
pack-priv static final Map<Integer, CompositeType> compositeTypes |
ThreadInfoCompositeTypes | back to summary |
---|---|
pack-priv ThreadInfoCompositeTypes() |
initCompositeType | back to summary |
---|---|
pack-priv static CompositeType initCompositeType() |
initCompositeTypes | back to summary |
---|---|
pack-priv static Map |
initV5CompositeType | back to summary |
---|---|
pack-priv static CompositeType initV5CompositeType(CompositeType threadInfoCompositeType) |
initV6CompositeType | back to summary |
---|---|
pack-priv static CompositeType initV6CompositeType(CompositeType threadInfoCompositeType) |
ofVersion | back to summary |
---|---|
pack-priv static CompositeType ofVersion(int version) |