Uses of Package
javax.tools.diagnostics.image

Packages that use javax.tools.diagnostics.image
javax.tools.diagnostics Top level of the API, provides access to API implementations. 
javax.tools.diagnostics.image Package of interfaces representing a snapshot of a program. 
javax.tools.diagnostics.runtime Definition of an abstract view of a managed runtime. 
javax.tools.diagnostics.runtime.java Definition of an abstract view of a Java runtime. 
 

Classes in javax.tools.diagnostics.image used by javax.tools.diagnostics
Image
          This class represents an entire operating system image (e.g.
ImageFactory
           This interface is used for classes which can produce instances of Image implementors.
 

Classes in javax.tools.diagnostics.image used by javax.tools.diagnostics.image
CorruptData
          This class is used to indicate that corruption has been detected in the image.
CorruptDataException
          Used to indicate that corruption has been detected in the image.
DataUnavailable
          This exception is used to indicate that data was requested which is not available on this system, or in this image.
DiagnosticException
          This class is the superclass of all exceptions thrown by javax.tools.diagnostics classes
Image
          This class represents an entire operating system image (e.g.
ImageAddressSpace
          This class represents a single Address Space within the image.
ImageModule
          Represents a shared library loaded into the image, or the executable module itself
ImagePointer
          Represents an address in image memory.
ImageProcess
          This class represents a Process running in a given Address Space.
ImageRegister
          Represents the state of a CPU or FPU register
ImageSection
          Represents a range of memory used for a specific purpose.
ImageStackFrame
          Represents a native stack frame
ImageSymbol
          Represents a symbol defined in an ImageModule
ImageThread
          A low-level thread instance
MemoryAccessException
          Indicates that an attempt was made to access memory which is not included within the image
 

Classes in javax.tools.diagnostics.image used by javax.tools.diagnostics.runtime
CorruptDataException
          Used to indicate that corruption has been detected in the image.
 

Classes in javax.tools.diagnostics.image used by javax.tools.diagnostics.runtime.java
CorruptDataException
          Used to indicate that corruption has been detected in the image.
DataUnavailable
          This exception is used to indicate that data was requested which is not available on this system, or in this image.
ImagePointer
          Represents an address in image memory.
ImageSection
          Represents a range of memory used for a specific purpose.
ImageThread
          A low-level thread instance
MemoryAccessException
          Indicates that an attempt was made to access memory which is not included within the image
 



Copyright © 2010. All Rights Reserved.