Interface ExtendedThreadInfo
public interface ExtendedThreadInfo
Class encapsulates a ThreadInfo instance along with the corresponding native thread identification
information as assigned by the operating system.
-
Method Summary
-
Method Details
-
getNativeThreadId
long getNativeThreadId()- Returns:
- The native thread ID.
-
getThreadInfo
ThreadInfo getThreadInfo()- Returns:
- The
ThreadInfo
instance thatExtendedThreadInfo
harbors.
-