Uses of Interface
com.ibm.dtfj.image.ImageThread
-
Packages that use ImageThread Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.dtfj.java Classes to support Java™ runtime instances. -
-
Uses of ImageThread in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageThread Modifier and Type Method Description ImageThread
ImageProcess. getCurrentThread()
Find the thread which triggered the creation of the image -
Uses of ImageThread in com.ibm.dtfj.java
Methods in com.ibm.dtfj.java that return ImageThread Modifier and Type Method Description ImageThread
JavaThread. getImageThread()
Represents the joining point between the Java view of execution and the corresponding native view.
-