Uses of Package com.ibm.dtfj.image

Packages that use com.ibm.dtfj.image

Package Description
com.ibm.dtfj.image
com.ibm.dtfj.java
com.ibm.dtfj.runtime

Classes in com.ibm.dtfj.image used by com.ibm.dtfj.image

Class and Description
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.
DTFJException
This class is the superclass of all exceptions thrown by DTFJ classes
Image
Represents an entire operating system image (e.g.
ImageAddressSpace
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 memory.
ImageProcess
Represents a native operating system process.
ImageThread
Represents a native operating system thread.
MemoryAccessException
Indicates that an attempt was made to access memory which is not included within the image.

Classes in com.ibm.dtfj.image used by com.ibm.dtfj.java

Class and Description
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 memory.
ImageSection
Represents a contiguous range of memory in an address space.
ImageThread
Represents a native operating system thread.
MemoryAccessException
Indicates that an attempt was made to access memory which is not included within the image.

Classes in com.ibm.dtfj.image used by com.ibm.dtfj.runtime

Class and Description
CorruptDataException
Used to indicate that corruption has been detected in the image.