Class J9DDRBaseImageThread
java.lang.Object
com.ibm.j9ddr.view.dtfj.image.J9DDRBaseImageThread
- All Implemented Interfaces:
 ImageThread
- Direct Known Subclasses:
 J9DDRImageThread, J9DDRStubImageThread
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface ImageThread
getProperties, getRegisters, getStackFrames, getStackSections 
- 
Field Details
- 
process
 
 - 
 - 
Constructor Details
- 
J9DDRBaseImageThread
 
 - 
 - 
Method Details
- 
getID
Description copied from interface:ImageThreadFetch 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:
 getIDin interfaceImageThread- Returns:
 - a process-wide identifier for the thread (e.g. a tid number)
 - Throws:
 CorruptDataException
 - 
getThreadId
- Throws:
 CorruptDataException
 
 -