Class J9DDRBaseImageThread
java.lang.Object
com.ibm.j9ddr.view.dtfj.image.J9DDRBaseImageThread
- All Implemented Interfaces:
ImageThread
- Direct Known Subclasses:
J9DDRImageThread
,J9DDRStubImageThread
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface com.ibm.dtfj.image.ImageThread
getProperties, getRegisters, getStackFrames, getStackSections
-
Field Details
-
process
-
-
Constructor Details
-
J9DDRBaseImageThread
-
-
Method Details
-
getID
Description copied from interface:ImageThread
Fetch a unique identifier for the thread. In many operating systems, threads have more than one identifier (e.g. a thread id, a handle, a pointer to VM structures associated with the thread). In this case, one of these identifiers will be chosen as the canonical one. The other identifiers would be returned by getProperties()- Specified by:
getID
in interfaceImageThread
- Returns:
- a process-wide identifier for the thread (e.g. a tid number)
- Throws:
CorruptDataException
-
getThreadId
- Throws:
CorruptDataException
-