- java.lang.Object
-
- com.ibm.j9ddr.view.dtfj.image.J9DDRBaseImageThread
-
- All Implemented Interfaces:
ImageThread
- Direct Known Subclasses:
J9DDRImageThread
,J9DDRStubImageThread
public abstract class J9DDRBaseImageThread extends Object implements ImageThread
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
J9DDRBaseImageThread(IProcess process)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract long
getThreadId()
-
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
getID, getProperties, getRegisters, getStackFrames, getStackSections
-
-
-
-
Field Detail
-
process
protected final IProcess process
-
-
Constructor Detail
-
J9DDRBaseImageThread
protected J9DDRBaseImageThread(IProcess process)
-
-
Method Detail
-
getThreadId
public abstract long getThreadId() throws CorruptDataException
- Throws:
CorruptDataException
-
-