public class ThreadInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_CLASS_LOADER_NAME |
static String |
UNKNOWN_CLASS_LOADER_NAME |
static String |
UNKNOWN_GROUP_NAME |
Constructor and Description |
---|
ThreadInfo(String threadClassName,
String threadName,
String threadGroupName,
String classLoaderClassName,
Thread thread) |
ThreadInfo(Thread thread) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClassLoaderClassName() |
Thread |
getThread() |
String |
getThreadClassName() |
String |
getThreadGroupName() |
String |
getThreadName() |
int |
hashCode() |
String |
toString() |
public static final String SYSTEM_CLASS_LOADER_NAME
public static final String UNKNOWN_CLASS_LOADER_NAME
public static final String UNKNOWN_GROUP_NAME
public ThreadInfo(Thread thread)
Copyright © 2002-2016 Atlassian. All Rights Reserved.