-
public interface ExtendedThreadInfo
Class encapsulates a ThreadInfo instance along with the corresponding native thread identification information as assigned by the operating system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getNativeThreadId()
ThreadInfo
getThreadInfo()
-
-
-
Method Detail
-
getNativeThreadId
long getNativeThreadId()
- Returns:
- The native thread ID.
-
getThreadInfo
ThreadInfo getThreadInfo()
- Returns:
- The
ThreadInfo
instance thatExtendedThreadInfo
harbors.
-
-