Uses of Interface
javax.tools.diagnostics.image.ImageThread

Packages that use ImageThread
javax.tools.diagnostics.image Package of interfaces representing a snapshot of a program. 
javax.tools.diagnostics.runtime.java Definition of an abstract view of a Java runtime. 
 

Uses of ImageThread in javax.tools.diagnostics.image
 

Methods in javax.tools.diagnostics.image that return ImageThread
 ImageThread ImageProcess.getCurrentThread()
          Find the thread which triggered the creation of the image
 

Methods in javax.tools.diagnostics.image that return types with arguments of type ImageThread
 java.util.List<ImageThread> ImageProcess.getThreads()
          Get the set of image threads in the image.
 

Uses of ImageThread in javax.tools.diagnostics.runtime.java
 

Methods in javax.tools.diagnostics.runtime.java that return ImageThread
 ImageThread JavaThread.getImageThread()
          Returns the operating system level thread that executes the Java thread.
 



Copyright © 2010. All Rights Reserved.