- java.lang.Object
-
- com.ibm.dtfj.image.j9.ImageThread
-
- All Implemented Interfaces:
ImageThread
public class ImageThread extends Object implements ImageThread
-
-
Constructor Summary
Constructors Constructor Description ImageThread(String threadID, Iterator registers, Iterator stackSections, Iterator stackFrames, Properties properties, int signalNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSignal()
Called by the process if this is the current thread to see what signal it is stopped on-
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
-
-
-
-
Constructor Detail
-
ImageThread
public ImageThread(String threadID, Iterator registers, Iterator stackSections, Iterator stackFrames, Properties properties, int signalNumber)
-
-